VirtualBox

Changeset 5820 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 22, 2007 7:01:30 PM (17 years ago)
Author:
vboxsync
Message:

Additions (Linux): our compile-time assertions do not work with old GCC versions

File:
1 edited

Legend:

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

    r5817 r5820  
    369369            int rc;
    370370
    371             AssertCompileSize(VMMDevRequestHeader, _IOC_SIZE(cmd));
     371            /* AssertCompile(sizeof(VMMDevRequestHeader) != _IOC_SIZE(cmd)); */
    372372            if (copy_from_user(&reqHeader, (void*)arg, _IOC_SIZE(cmd)))
    373373            {
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