Changeset 35928 in vbox
- Timestamp:
- Feb 10, 2011 2:15:36 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69961
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r35927 r35928 95 95 #endif 96 96 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) 98 99 static inline int qdisc_drop(struct sk_buff *skb, struct Qdisc *sch) 99 100 { … … 103 104 return NET_XMIT_DROP; 104 105 } 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 */ 106 108 107 109 #ifndef NET_IP_ALIGN
Note:
See TracChangeset
for help on using the changeset viewer.