diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-05-28 20:43:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-05-28 20:43:18 +0000 |
commit | d7bd317c91138814b463322b8149a9a84544df38 (patch) | |
tree | 3e09fe7f068c620554fba436a8f21d423f34dafe /package/openswan/patches/200-linux_pfkey_2.4.patch | |
parent | 53c998915baff23d6536f28245e3c62453964118 (diff) | |
download | mtk-20170518-d7bd317c91138814b463322b8149a9a84544df38.zip mtk-20170518-d7bd317c91138814b463322b8149a9a84544df38.tar.gz mtk-20170518-d7bd317c91138814b463322b8149a9a84544df38.tar.bz2 |
update openswan to latest upstream version and add fixes for 2.6.21 api changes
SVN-Revision: 7379
Diffstat (limited to 'package/openswan/patches/200-linux_pfkey_2.4.patch')
-rw-r--r-- | package/openswan/patches/200-linux_pfkey_2.4.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/package/openswan/patches/200-linux_pfkey_2.4.patch b/package/openswan/patches/200-linux_pfkey_2.4.patch deleted file mode 100644 index 15f9fa7..0000000 --- a/package/openswan/patches/200-linux_pfkey_2.4.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -urN openswan-2.4.7.old/linux/net/ipsec/pfkey_v2.c openswan-2.4.7/linux/net/ipsec/pfkey_v2.c ---- openswan-2.4.7.old/linux/net/ipsec/pfkey_v2.c 2007-01-03 11:11:04.645909731 +0000 -+++ openswan-2.4.7/linux/net/ipsec/pfkey_v2.c 2007-01-03 11:14:54.482143945 +0000 -@@ -119,7 +119,9 @@ - #ifdef NETDEV_23 - .family = PF_KEY, - .create = pfkey_create, -+#ifdef NET_26 - .owner = THIS_MODULE, -+#endif - #else - PF_KEY, - pfkey_create -@@ -129,7 +131,9 @@ - struct proto_ops SOCKOPS_WRAPPED(pfkey_ops) = { - #ifdef NETDEV_23 - family: PF_KEY, -+#ifdef NET_26 - owner: THIS_MODULE, -+#endif - release: pfkey_release, - bind: sock_no_bind, - connect: sock_no_connect, -@@ -1559,6 +1563,9 @@ - - /* - * $Log: pfkey_v2.c,v $ -+ * Revision 1.97.2.11 2006/11/15 16:05:57 paul -+ * fix for compiling on 2.4. kernels by Matthias Haas. -+ * - * Revision 1.97.2.10 2006/10/10 20:43:28 paul - * Add family/create/owner for pfkey_family_ops. This fixes bug #671 - * |