diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-20 06:09:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-20 06:09:49 +0000 |
commit | 84e9706d095269ae8446eee57bfa6484539fc01c (patch) | |
tree | 3eae523ca9b5e531b956445eebf02519ca2073fa /package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch | |
parent | d6a142375bd332ca71296d3d8ad94afd0cf996bc (diff) | |
download | upstream-84e9706d095269ae8446eee57bfa6484539fc01c.tar.gz upstream-84e9706d095269ae8446eee57bfa6484539fc01c.tar.bz2 upstream-84e9706d095269ae8446eee57bfa6484539fc01c.zip |
iproute2: update to v2.6.31 (#7354)
SVN-Revision: 21513
Diffstat (limited to 'package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch')
-rw-r--r-- | package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch index b44ce20a96..46201a4d80 100644 --- a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch +++ b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch @@ -1,6 +1,6 @@ --- a/ip/ipxfrm.c +++ b/ip/ipxfrm.c -@@ -491,7 +491,6 @@ void xfrm_selector_print(struct xfrm_sel +@@ -467,7 +467,6 @@ void xfrm_selector_print(struct xfrm_sel switch (sel->proto) { case IPPROTO_TCP: case IPPROTO_UDP: @@ -8,7 +8,7 @@ case IPPROTO_DCCP: default: /* XXX */ if (sel->sport_mask) -@@ -1154,7 +1153,6 @@ static int xfrm_selector_upspec_parse(st +@@ -1130,7 +1129,6 @@ static int xfrm_selector_upspec_parse(st switch (sel->proto) { case IPPROTO_TCP: case IPPROTO_UDP: |