VirtualBox

Changeset 3195 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 21, 2007 4:24:21 AM (18 years ago)
Author:
vboxsync
Message:

fixed l4 build break.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuest.h

    r3194 r3195  
    935935# define VBOXGUEST_IOCTL_CODE_FAST(Function)        ((unsigned char)(Function))
    936936
    937 #elif defined(__LINUX__) 
     937#elif defined(__LINUX__)
    938938# define IOCTL_CODE(DeviceType, Function, Method_ignored, Access_ignored, DataSize) \
    939939    ( (3 << 30) | ((DeviceType) << 8) | (Function) | ((DataSize) << 16) )
     
    948948
    949949#else
    950 # error "Port Me"
     950/* PORTME */
    951951#endif
    952952
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