From 462aec0374ee8019b7a71ed33c7333ddb6623fcd Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 25 Nov 2012 11:40:59 +0000 Subject: [package] iptables: fix typo in iptables musl patch after r34313 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Frank Meerkötter and Szabolcs Nagy for spotting the issue. Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34326 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/utils/iptables/patches/300-musl_fixes.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network') diff --git a/package/network/utils/iptables/patches/300-musl_fixes.patch b/package/network/utils/iptables/patches/300-musl_fixes.patch index b6f6a0e1b..e329aa9ed 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 -+#if !defined(__UCLIBC__) && !defined(__GLIBC_) ++#if !defined(__UCLIBC__) && !defined(__GLIBC__) +#include +#endif -- cgit v1.2.3