iptables: fix typo in iptables musl patch after r34313
authorFlorian Fainelli <florian@openwrt.org>
Sun, 25 Nov 2012 11:40:59 +0000 (11:40 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 25 Nov 2012 11:40:59 +0000 (11:40 +0000)
Thanks to Frank Meerkötter and Szabolcs Nagy for spotting the issue.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34326

package/network/utils/iptables/patches/300-musl_fixes.patch

index b6f6a0e1b785f4ec162ccb23bd7538af9d392a97..e329aa9ed80846d6bc7affe34ac7a1de16ff1ae9 100644 (file)
@@ -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