diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-25 11:40:59 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-25 11:40:59 +0000 |
commit | 86438fe65edf488e1b33e283f20dd689164b5120 (patch) | |
tree | 396134ec48152798d3dfa4e86457264f20eb238d /package/network/utils | |
parent | fdc6519b2d77964e3825eb832ded9eb7d91da0d7 (diff) | |
download | upstream-86438fe65edf488e1b33e283f20dd689164b5120.tar.gz upstream-86438fe65edf488e1b33e283f20dd689164b5120.tar.bz2 upstream-86438fe65edf488e1b33e283f20dd689164b5120.zip |
[package] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34326 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils')
-rw-r--r-- | package/network/utils/iptables/patches/300-musl_fixes.patch | 2 |
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 |