VirtualBox

Changeset 11375 in vbox for trunk


Ignore:
Timestamp:
Aug 12, 2008 11:19:40 PM (16 years ago)
Author:
vboxsync
Message:

Main/darwin/iokit.cpp: build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/darwin/iokit.cpp

    r11157 r11375  
    102102
    103103
    104 #ifdef VBOX_WITH_USB
    105 
    106104/**
    107105 * Checks whether the value exists.
     
    231229 * @param   pProcess    Where to store the key value.
    232230 */
    233 static bool darwinDictGetProccess(CFMutableDictionaryRef DictRef, CFStringRef KeyStrRef, PRTPROCESS pProcess)
     231static bool darwinDictGetProcess(CFMutableDictionaryRef DictRef, CFStringRef KeyStrRef, PRTPROCESS pProcess)
    234232{
    235233    switch (sizeof(*pProcess))
     
    499497#endif /* helpers for dumping registry dictionaries */
    500498
     499
     500#ifdef VBOX_WITH_USB
    501501
    502502/**
     
    843843            if (krc == KERN_SUCCESS)
    844844            {
    845                 fHaveOwner = darwinDictGetProccess(PropsRef, CFSTR(VBOXUSB_OWNER_KEY), &Owner);
    846                 fHaveClient = darwinDictGetProccess(PropsRef, CFSTR(VBOXUSB_CLIENT_KEY), &Client);
     845                fHaveOwner = darwinDictGetProcess(PropsRef, CFSTR(VBOXUSB_OWNER_KEY), &Owner);
     846                fHaveClient = darwinDictGetProcess(PropsRef, CFSTR(VBOXUSB_CLIENT_KEY), &Client);
    847847                CFRelease(PropsRef);
    848848            }
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