Changeset 44134 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Dec 14, 2012 12:38:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/solaris/NetIf-solaris.cpp
r43618 r44134 92 92 ksAdapter = kstat_lookup(kc, szModule, uInstance, "phys"); 93 93 if (ksAdapter == 0) 94 ksAdapter = kstat_lookup(kc, szModule, uInstance, name);94 ksAdapter = kstat_lookup(kc, szModule, uInstance, (char*)name); 95 95 } 96 96 if (ksAdapter == 0)
Note:
See TracChangeset
for help on using the changeset viewer.