VirtualBox

Changeset 33752 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Nov 3, 2010 9:34:09 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67384
Message:

HostDrivers/VBoxNetFlt: Linux 2.6.37 fix

File:
1 edited

Legend:

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

    r33595 r33752  
    201201# elif LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 27)
    202202#  define QDISC_CREATE(dev, queue, ops, parent) qdisc_create_dflt(dev, ops, parent)
    203 # else /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27) */
     203# elif LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 37)
    204204#  define QDISC_CREATE(dev, queue, ops, parent) qdisc_create_dflt(dev, queue, ops, parent)
    205 # endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27) */
     205# else /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37) */
     206#  define QDISC_CREATE(dev, queue, ops, parent) qdisc_create_dflt(queue, ops, parent)
     207# endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37) */
    206208
    207209# if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 27)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette