VirtualBox

Changeset 44134 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Dec 14, 2012 12:38:48 PM (12 years ago)
Author:
vboxsync
Message:

Main/solaris/NetIF-solaris: fixed warning to make Parfait happy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/solaris/NetIf-solaris.cpp

    r43618 r44134  
    9292        ksAdapter = kstat_lookup(kc, szModule, uInstance, "phys");
    9393        if (ksAdapter == 0)
    94             ksAdapter = kstat_lookup(kc, szModule, uInstance, name);
     94            ksAdapter = kstat_lookup(kc, szModule, uInstance, (char*)name);
    9595    }
    9696    if (ksAdapter == 0)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette