[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git] / package / iproute2 / patches / 002-iproute2-ipxfrm_no_sctp.patch
index b44ce20..cf2c9e9 100644 (file)
@@ -1,6 +1,10 @@
+---
+ ip/ipxfrm.c |    2 --
+ 1 file changed, 2 deletions(-)
+
 --- 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 +12,7 @@
        case IPPROTO_DCCP:
        default: /* XXX */
                if (sel->sport_mask)
-@@ -1154,7 +1153,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:
This page took 0.024709 seconds and 4 git commands to generate.