summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/cisco-vpnclient-3des/files/4.8.02.0030-autoconf.patch')
-rw-r--r--net-misc/cisco-vpnclient-3des/files/4.8.02.0030-autoconf.patch54
1 files changed, 0 insertions, 54 deletions
diff --git a/net-misc/cisco-vpnclient-3des/files/4.8.02.0030-autoconf.patch b/net-misc/cisco-vpnclient-3des/files/4.8.02.0030-autoconf.patch
deleted file mode 100644
index eb14eab..0000000
--- a/net-misc/cisco-vpnclient-3des/files/4.8.02.0030-autoconf.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-diff -urN vpnclient/frag.c vpnclient-new/frag.c
---- vpnclient/frag.c 2008-06-23 12:59:12.000000000 -0400
-+++ vpnclient-new/frag.c 2010-05-23 23:53:10.000000000 -0400
-@@ -1,5 +1,7 @@
- #include <linux/version.h>
--#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15)
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36)
-+#include <generated/autoconf.h>
-+#elif LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15)
- #include <linux/autoconf.h>
- #else
- #include <linux/config.h>
-diff -urN vpnclient/interceptor.c vpnclient-new/interceptor.c
---- vpnclient/interceptor.c 2008-06-23 12:59:12.000000000 -0400
-+++ vpnclient-new/interceptor.c 2010-05-23 23:53:36.000000000 -0400
-@@ -9,7 +9,9 @@
- * This module implements the linux driver.
- ***************************************************************************/
- #include <linux/version.h>
--#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15)
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36)
-+#include <generated/autoconf.h>
-+#elif LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15)
- #include <linux/autoconf.h>
- #else
- #include <linux/config.h>
-diff -urN vpnclient/IPSecDrvOS_linux.c vpnclient-new/IPSecDrvOS_linux.c
---- vpnclient/IPSecDrvOS_linux.c 2008-06-23 12:59:12.000000000 -0400
-+++ vpnclient-new/IPSecDrvOS_linux.c 2010-05-23 23:53:44.000000000 -0400
-@@ -12,7 +12,9 @@
- *
- ***************************************************************************/
- #include <linux/version.h>
--#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15)
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36)
-+#include <generated/autoconf.h>
-+#elif LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15)
- #include <linux/autoconf.h>
- #else
- #include <linux/config.h>
-diff -urN vpnclient/linuxcniapi.c vpnclient-new/linuxcniapi.c
---- vpnclient/linuxcniapi.c 2008-06-23 12:59:12.000000000 -0400
-+++ vpnclient-new/linuxcniapi.c 2010-05-23 23:52:43.000000000 -0400
-@@ -10,7 +10,9 @@
- * Linux Interceptor driver.
- ***************************************************************************/
- #include <linux/version.h>
--#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15)
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36)
-+#include <generated/autoconf.h>
-+#elif LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15)
- #include <linux/autoconf.h>
- #else
- #include <linux/config.h>