aboutsummaryrefslogtreecommitdiffstats
path: root/package/ipsec-tools/patches/03-linux_2.6.19_rtnetlink_changes.diff
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2007-03-05 01:38:44 +0000
committerTim Yardley <lst@openwrt.org>2007-03-05 01:38:44 +0000
commitccfa4a7af6c49dd72a541f25568e1ab561002aa7 (patch)
tree2c8745bf81de6241ca198fe4883e26cffde146ba /package/ipsec-tools/patches/03-linux_2.6.19_rtnetlink_changes.diff
parent44a2fd050c2c95f342ccca8bcdcb3d05f4ac1042 (diff)
downloadupstream-ccfa4a7af6c49dd72a541f25568e1ab561002aa7.tar.gz
upstream-ccfa4a7af6c49dd72a541f25568e1ab561002aa7.tar.bz2
upstream-ccfa4a7af6c49dd72a541f25568e1ab561002aa7.zip
trunk.. same deal as changeset:6526
SVN-Revision: 6527
Diffstat (limited to 'package/ipsec-tools/patches/03-linux_2.6.19_rtnetlink_changes.diff')
-rw-r--r--package/ipsec-tools/patches/03-linux_2.6.19_rtnetlink_changes.diff21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/ipsec-tools/patches/03-linux_2.6.19_rtnetlink_changes.diff b/package/ipsec-tools/patches/03-linux_2.6.19_rtnetlink_changes.diff
deleted file mode 100644
index 555290674c..0000000000
--- a/package/ipsec-tools/patches/03-linux_2.6.19_rtnetlink_changes.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ruN ipsec-tools-0.6.6-old/src/racoon/grabmyaddr.c ipsec-tools-0.6.6-new/src/racoon/grabmyaddr.c
---- ipsec-tools-0.6.6-old/src/racoon/grabmyaddr.c 2005-07-16 06:41:01.000000000 +0200
-+++ ipsec-tools-0.6.6-new/src/racoon/grabmyaddr.c 2006-12-15 15:50:13.000000000 +0100
-@@ -77,10 +77,17 @@
- #ifdef __linux__
- #include <linux/types.h>
- #include <linux/rtnetlink.h>
-+#include <linux/version.h>
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,19)
-+# include <linux/if_addr.h>
-+#endif
- #ifndef HAVE_GETIFADDRS
- #define HAVE_GETIFADDRS
- #define NEED_LINUX_GETIFADDRS
- #endif
-+#ifndef IFA_RTA
-+# define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
-+#endif
- #endif
-
- #ifndef HAVE_GETIFADDRS