aboutsummaryrefslogtreecommitdiffstats
path: root/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2010-09-12 11:05:55 +0000
committerMichael Büsch <mb@bu3sch.de>2010-09-12 11:05:55 +0000
commit0c4abfba31ea3f132c69e6233633d9d301e6949a (patch)
tree52b4c152fed3f9c16a3be16a298ed47f1fa835bd /package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
parent393c83514bf9321f67910ec4ca00abf9922b74a6 (diff)
downloadupstream-0c4abfba31ea3f132c69e6233633d9d301e6949a.tar.gz
upstream-0c4abfba31ea3f132c69e6233633d9d301e6949a.tar.bz2
upstream-0c4abfba31ea3f132c69e6233633d9d301e6949a.zip
iproute2: Add lex/yacc files dependencies. Refresh other patches.
SVN-Revision: 23027
Diffstat (limited to 'package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch')
-rw-r--r--package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch10
1 files changed, 7 insertions, 3 deletions
diff --git a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
index 46201a4d80..3bff8e34fc 100644
--- a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
+++ b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
@@ -1,5 +1,9 @@
---- a/ip/ipxfrm.c
-+++ b/ip/ipxfrm.c
+---
+ ip/ipxfrm.c | 2 --
+ 1 file changed, 2 deletions(-)
+
+--- iproute2-2.6.35.orig/ip/ipxfrm.c
++++ iproute2-2.6.35/ip/ipxfrm.c
@@ -467,7 +467,6 @@ void xfrm_selector_print(struct xfrm_sel
switch (sel->proto) {
case IPPROTO_TCP:
@@ -8,7 +12,7 @@
case IPPROTO_DCCP:
default: /* XXX */
if (sel->sport_mask)
-@@ -1130,7 +1129,6 @@ static int xfrm_selector_upspec_parse(st
+@@ -1172,7 +1171,6 @@ static int xfrm_selector_upspec_parse(st
switch (sel->proto) {
case IPPROTO_TCP:
case IPPROTO_UDP: