summaryrefslogtreecommitdiffstats
path: root/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-23 20:02:23 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-23 20:02:23 +0000
commit4cf1359d5dc38debc89834d895f9a3951044bf90 (patch)
tree2248e57c1ded077728ace26d5f50e4c287c75a1c /package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
parentff9a5c128a34e476f8bba37d586041f868211bbc (diff)
[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 338962ffb..422058df7 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;