Ticket #15327: vbox-patch-for-kernel-4.5.diff
| File vbox-patch-for-kernel-4.5.diff, 418 bytes (added by , 8 years ago) |
|---|
-
vboxnetflt/linux/VBoxNetFlt-linux.c
old new 35 35 #include <linux/in.h> 36 36 #include <linux/ip.h> 37 37 #include <linux/if_vlan.h> 38 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 5, 0) 39 #include <uapi/linux/pkt_cls.h> 40 #endif 38 41 #include <net/ipv6.h> 39 42 #include <net/if_inet6.h> 40 43 #include <net/addrconf.h>

