diff options
Diffstat (limited to 'net-misc/cisco-vpnclient-3des/files/4.8.02.0030-linuxcniapi.h.patch')
-rw-r--r-- | net-misc/cisco-vpnclient-3des/files/4.8.02.0030-linuxcniapi.h.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-misc/cisco-vpnclient-3des/files/4.8.02.0030-linuxcniapi.h.patch b/net-misc/cisco-vpnclient-3des/files/4.8.02.0030-linuxcniapi.h.patch deleted file mode 100644 index 17de49d863d5..000000000000 --- a/net-misc/cisco-vpnclient-3des/files/4.8.02.0030-linuxcniapi.h.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- vpnclient-orig/linuxcniapi.h 2008-06-23 11:59:12.000000000 -0500 -+++ vpnclient/linuxcniapi.h 2009-11-12 15:34:34.555673500 -0600 -@@ -30,7 +30,11 @@ - #else - struct packet_type *); - #endif -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,29) -+ const struct net_device_ops *Inject_ops; -+#else - int (*InjectSend) (struct sk_buff * skb, struct net_device * dev); -+#endif - - int recv_real_hh_len; - int send_real_hh_len; |