VirtualBox

Ignore:
Timestamp:
Dec 2, 2007 6:40:53 AM (17 years ago)
Author:
vboxsync
Message:

Fixed typo.

Location:
trunk/src/VBox/Additions/linux/module
Files:
2 edited

Legend:

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

    r5893 r5900  
    292292    int rc;
    293293
    294     AssertCompiler((_IOC_SIZE(IOCTL_VBOXGUEST_HGCM_CALL) == sizeof(VBoxGuestHGCMCallInfo)));
     294    AssertCompile((_IOC_SIZE(IOCTL_VBOXGUEST_HGCM_CALL) == sizeof(VBoxGuestHGCMCallInfo)));
    295295    /* Get the call header from user space to see how many call parameters there are. */
    296296    if (copy_from_user(&callHeader, (void*)arg, sizeof(callHeader)))
  • trunk/src/VBox/Additions/linux/module/vboxmod.c

    r5893 r5900  
    373373            int rc;
    374374
    375             AssertCompiler((sizeof(VMMDevRequestHeader) == _IOC_SIZE(IOCTL_VBOXGUEST_VMMREQUEST)));
     375            AssertCompile((sizeof(VMMDevRequestHeader) == _IOC_SIZE(IOCTL_VBOXGUEST_VMMREQUEST)));
    376376            if (copy_from_user(&reqHeader, (void*)arg, _IOC_SIZE(cmd)))
    377377            {
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