summaryrefslogtreecommitdiffstats
path: root/package/openswan/patches/130-linux_2.6.19_api_changes.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-05-28 20:43:18 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-05-28 20:43:18 +0000
commit332cd7e0fbf4615ee674214707898abef85acc94 (patch)
tree424d07180e28803fad4bf3a17eae4a678fd2b591 /package/openswan/patches/130-linux_2.6.19_api_changes.patch
parent6e1353be006d8bc561a2d801602f86d74a1a6980 (diff)
update openswan to latest upstream version and add fixes for 2.6.21 api changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7379 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openswan/patches/130-linux_2.6.19_api_changes.patch')
-rw-r--r--package/openswan/patches/130-linux_2.6.19_api_changes.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/openswan/patches/130-linux_2.6.19_api_changes.patch b/package/openswan/patches/130-linux_2.6.19_api_changes.patch
deleted file mode 100644
index a9e680186..000000000
--- a/package/openswan/patches/130-linux_2.6.19_api_changes.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -bruN openswan-2.4.7-old/linux/net/ipsec/pfkey_v2.c openswan-2.4.7-new/linux/net/ipsec/pfkey_v2.c
---- openswan-2.4.7-old/linux/net/ipsec/pfkey_v2.c 2006-10-10 22:43:28.000000000 +0200
-+++ openswan-2.4.7-new/linux/net/ipsec/pfkey_v2.c 2006-12-15 17:29:02.000000000 +0100
-@@ -1503,7 +1503,7 @@
-
- printk(KERN_INFO "klips_info:pfkey_cleanup: "
- "shutting down PF_KEY domain sockets.\n");
-- error |= sock_unregister(PF_KEY);
-+ sock_unregister(PF_KEY);
-
- error |= supported_remove_all(SADB_SATYPE_AH);
- error |= supported_remove_all(SADB_SATYPE_ESP);