aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iptables/patches/300-musl_fixes.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-20 13:51:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-20 13:51:40 +0000
commit044c8c897f18d92e8ea8077a5d7e85aa32a36496 (patch)
tree529aa4384cd42c589e4044e307df716eff441d36 /package/network/utils/iptables/patches/300-musl_fixes.patch
parent137c4262e831eaf2c50dbab3ee41e7fd412dfa8a (diff)
downloadmaster-187ad058-044c8c897f18d92e8ea8077a5d7e85aa32a36496.tar.gz
master-187ad058-044c8c897f18d92e8ea8077a5d7e85aa32a36496.tar.bz2
master-187ad058-044c8c897f18d92e8ea8077a5d7e85aa32a36496.zip
iptables: fix issues with the new musl version
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39964 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iptables/patches/300-musl_fixes.patch')
-rw-r--r--package/network/utils/iptables/patches/300-musl_fixes.patch14
1 files changed, 1 insertions, 13 deletions
diff --git a/package/network/utils/iptables/patches/300-musl_fixes.patch b/package/network/utils/iptables/patches/300-musl_fixes.patch
index 039af7ce0a..a78eda775d 100644
--- a/package/network/utils/iptables/patches/300-musl_fixes.patch
+++ b/package/network/utils/iptables/patches/300-musl_fixes.patch
@@ -1,6 +1,6 @@
--- a/extensions/libip6t_ipv6header.c
+++ b/extensions/libip6t_ipv6header.c
-@@ -10,6 +10,9 @@ on whether they contain certain headers
+@@ -10,6 +10,9 @@ on whether they contain certain headers
#include <netdb.h>
#include <xtables.h>
#include <linux/netfilter_ipv6/ip6t_ipv6header.h>
@@ -60,18 +60,6 @@
-#include <linux/in6.h>
-#endif
#endif
---- a/include/linux/netfilter/xt_osf.h
-+++ b/include/linux/netfilter/xt_osf.h
-@@ -21,6 +21,9 @@
- #define _XT_OSF_H
-
- #include <linux/types.h>
-+#if !defined(__UCLIBC__) && !defined(__GLIBC__)
-+#include <linux/tcp.h>
-+#endif
-
- #define MAXGENRELEN 32
-
--- a/include/linux/netfilter_ipv4/ip_tables.h
+++ b/include/linux/netfilter_ipv4/ip_tables.h
@@ -16,6 +16,7 @@