aboutsummaryrefslogtreecommitdiffstats
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
commitee048e8c321170b8eb9f06c65baa44d17b3455e1 (patch)
tree2248e57c1ded077728ace26d5f50e4c287c75a1c /package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
parentbe55423704b0067ae040455a2577e45e1c6ebd1e (diff)
downloadmaster-187ad058-ee048e8c321170b8eb9f06c65baa44d17b3455e1.tar.gz
master-187ad058-ee048e8c321170b8eb9f06c65baa44d17b3455e1.tar.bz2
master-187ad058-ee048e8c321170b8eb9f06c65baa44d17b3455e1.zip
[package] iptables: add some musl portability fixes
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34313 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 338962ffbe..422058df78 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;