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 | 062d3c1e6725de742a72db98a1dbd43c6d4a7e20 (patch) | |
tree | 002751c9280336848a5abf8174e043fc6560846e /package/network/utils | |
parent | be77f9951ca104b8b20fc322603af4efc2eaf414 (diff) | |
download | upstream-062d3c1e6725de742a72db98a1dbd43c6d4a7e20.tar.gz upstream-062d3c1e6725de742a72db98a1dbd43c6d4a7e20.tar.bz2 upstream-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/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 |