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/130-linux_2.6.19_api_changes.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/130-linux_2.6.19_api_changes.patch')
-rw-r--r-- | package/openswan/patches/130-linux_2.6.19_api_changes.patch | 12 |
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 a9e6801..0000000 --- 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); |