From: Florian Fainelli Date: Sun, 25 Nov 2012 11:40:59 +0000 (+0000) Subject: iptables: fix typo in iptables musl patch after r34313 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=062d3c1e6725de742a72db98a1dbd43c6d4a7e20;p=librecmc%2Flibrecmc.git 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 SVN-Revision: 34326 --- 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 -+#if !defined(__UCLIBC__) && !defined(__GLIBC_) ++#if !defined(__UCLIBC__) && !defined(__GLIBC__) +#include +#endif