iptables: redo update to 1.4.18 with old linking-behaviour

SVN-Revision: 35896
This commit is contained in:
Steven Barth
2013-03-06 17:05:34 +00:00
parent 9f4b9328e7
commit 9779b0b88c
12 changed files with 156 additions and 512 deletions

View File

@@ -1,6 +1,6 @@
--- a/xtables.c
+++ b/xtables.c
@@ -305,6 +305,7 @@ static char *get_modprobe(void)
--- a/libxtables/xtables.c
+++ b/libxtables/xtables.c
@@ -336,6 +336,7 @@ static char *get_modprobe(void)
int xtables_insmod(const char *modname, const char *modprobe, bool quiet)
{
@@ -8,7 +8,7 @@
char *buf = NULL;
char *argv[4];
int status;
@@ -348,6 +349,7 @@ int xtables_insmod(const char *modname,
@@ -380,6 +381,7 @@ int xtables_insmod(const char *modname,
free(buf);
if (WIFEXITED(status) && WEXITSTATUS(status) == 0)
return 0;