VirtualBox

Changeset 6451 in vbox


Ignore:
Timestamp:
Jan 22, 2008 4:32:51 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27427
Message:

r=bird: Restore the correct VBOXGUEST_IOCTL_STRIP_SIZE macro for (the new) solaris IOCtl stuff.

File:
1 edited

Legend:

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

    r6447 r6451  
    10031003# define VBOXGUEST_IOCTL_CODE(Function, Size)   _IOWRN('V', (Function) | VBOXGUEST_IOCTL_FLAG, sizeof(VBGLBIGREQ))
    10041004# define VBOXGUEST_IOCTL_CODE_FAST(Function)    _IO(  'V', (Function) | VBOXGUEST_IOCTL_FLAG)
    1005 # define VBOXGUEST_IOCTL_STRIP_SIZE(Function)   ((Function) & ~(IOCPARM_MASK << 16))
     1005# define VBOXGUEST_IOCTL_STRIP_SIZE(Function)   (Function)
    10061006
    10071007#elif 0 /* BSD style - needs some adjusting _IORW takes a type and not a size. */
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