summaryrefslogtreecommitdiff
path: root/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-23 20:02:23 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-23 20:02:23 +0000
commit14ed3f0f22f34b337bb58b2a5fd09e887df3331f (patch)
tree75a7abc84328ccb2abba3518da69f2792b94b3a7 /package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
parentba6c8bd6142f5147e74efdc606ed537bf5a12145 (diff)
downloadmtk-20170518-14ed3f0f22f34b337bb58b2a5fd09e887df3331f.zip
mtk-20170518-14ed3f0f22f34b337bb58b2a5fd09e887df3331f.tar.gz
mtk-20170518-14ed3f0f22f34b337bb58b2a5fd09e887df3331f.tar.bz2
iptables: add some musl portability fixes
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34313
Diffstat (limited to 'package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch')
-rw-r--r--package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch b/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
index 338962f..422058d 100644
--- a/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
+++ b/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
@@ -8,7 +8,7 @@
char *buf = NULL;
char *argv[4];
int status;
-@@ -348,6 +349,7 @@ int xtables_insmod(const char *modname,
+@@ -348,6 +349,7 @@ int xtables_insmod(const char *modname,
free(buf);
if (WIFEXITED(status) && WEXITSTATUS(status) == 0)
return 0;