summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-25 11:40:59 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-25 11:40:59 +0000
commit062d3c1e6725de742a72db98a1dbd43c6d4a7e20 (patch)
tree002751c9280336848a5abf8174e043fc6560846e /package
parentbe77f9951ca104b8b20fc322603af4efc2eaf414 (diff)
downloadmaster-31e0f0ae-062d3c1e6725de742a72db98a1dbd43c6d4a7e20.tar.gz
master-31e0f0ae-062d3c1e6725de742a72db98a1dbd43c6d4a7e20.tar.bz2
master-31e0f0ae-062d3c1e6725de742a72db98a1dbd43c6d4a7e20.zip
iptables: fix typo in iptables musl patch after r34313
Thanks to Frank Meerkötter and Szabolcs Nagy for spotting the issue. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34326
Diffstat (limited to 'package')
-rw-r--r--package/network/utils/iptables/patches/300-musl_fixes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iptables/patches/300-musl_fixes.patch b/package/network/utils/iptables/patches/300-musl_fixes.patch
index b6f6a0e1b7..e329aa9ed8 100644
--- a/package/network/utils/iptables/patches/300-musl_fixes.patch
+++ b/package/network/utils/iptables/patches/300-musl_fixes.patch
@@ -66,7 +66,7 @@
#define _XT_OSF_H
#include <linux/types.h>
-+#if !defined(__UCLIBC__) && !defined(__GLIBC_)
++#if !defined(__UCLIBC__) && !defined(__GLIBC__)
+#include <linux/tcp.h>
+#endif