Changeset 25991 in vbox
- Timestamp:
- Jan 25, 2010 11:03:13 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56862
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/darwin/iokit.cpp
r23134 r25991 1477 1477 { 1478 1478 CFMutableDictionaryRef IfPropsRef = 0; 1479 k ern_return_t krc = IORegistryEntryCreateCFProperties(EtherIfService, &IfPropsRef, kCFAllocatorDefault, kNilOptions);1479 krc = IORegistryEntryCreateCFProperties(EtherIfService, &IfPropsRef, kCFAllocatorDefault, kNilOptions); 1480 1480 if (krc == KERN_SUCCESS) 1481 1481 { … … 1538 1538 1539 1539 /* look it up among the current services */ 1540 for ( CFIndexi = 0; i < cServices; i++)1540 for (i = 0; i < cServices; i++) 1541 1541 { 1542 1542 SCNetworkServiceRef ServiceRef = (SCNetworkServiceRef)CFArrayGetValueAtIndex(ServicesRef, i);
Note:
See TracChangeset
for help on using the changeset viewer.