VirtualBox

Changeset 35928 in vbox


Ignore:
Timestamp:
Feb 10, 2011 2:15:36 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69961
Message:

netflt: build fix

File:
1 edited

Legend:

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

    r35927 r35928  
    9595#endif
    9696
    97 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 13)
     97#ifdef VBOXNETFLT_WITH_QDISC
     98# if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 13)
    9899static inline int qdisc_drop(struct sk_buff *skb, struct Qdisc *sch)
    99100{
     
    103104    return NET_XMIT_DROP;
    104105}
    105 #endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 13) */
     106# endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 13) */
     107#endif /* VBOXNETFLT_WITH_QDISC */
    106108
    107109#ifndef NET_IP_ALIGN
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