VirtualBox

Changeset 38007 in vbox


Ignore:
Timestamp:
Jul 18, 2011 10:27:15 AM (13 years ago)
Author:
vboxsync
Message:

netflt: fixed 'bad override' complaints (#5712)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c

    r37993 r38007  
    906906    if (   !VALID_PTR(pOverride)
    907907        || pOverride->u32Magic != VBOXNETDEVICEOPSOVERRIDE_MAGIC
    908         || !VALID_PTR(pOverride->pOrgOps))
     908# if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29)
     909        || !VALID_PTR(pOverride->pOrgOps)
     910# endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29) */
     911        )
    909912    {
    910913        printk("vboxNetFltLinuxStartXmitFilter: bad override %p\n", pOverride);
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