VirtualBox

Changeset 10563 in vbox


Ignore:
Timestamp:
Jul 12, 2008 2:14:39 AM (16 years ago)
Author:
vboxsync
Message:

build break.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/module/vboxmod.c

    r10552 r10563  
    525525            IOCTL_VMM_EXIT(arg);
    526526        }
    527         else if (   (   VBOXGUEST_IOCTL_STRIP_SIZE(VBOXGUEST_IOCTL_HGCM_CALL(0))
    528                 == VBOXGUEST_IOCTL_STRIP_SIZE(cmd))
    529             || (cmd == VBOXGUEST_IOCTL_HGCM_CALL))
     527        else if (   VBOXGUEST_IOCTL_STRIP_SIZE(VBOXGUEST_IOCTL_HGCM_CALL(0))
     528                 == VBOXGUEST_IOCTL_STRIP_SIZE(cmd))
    530529        {
    531530        /* This IOCTL allows the guest to make an HGCM call from user space.  The
     
    10091008        VMMDevReqGuestCapabilities2 *vmmreqGuestCaps;
    10101009
    1011        
     1010
    10121011        rcVBox = VbglGRAlloc((VMMDevRequestHeader**)&vmmreqGuestCaps,
    10131012                              sizeof(VMMDevReqGuestCapabilities2),
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