]> git.ipfire.org Git - thirdparty/iptables.git/commit
Support for nommu arches
authorJan Engelhardt <vapier@gentoo.org>
Sun, 11 Oct 2009 07:56:18 +0000 (03:56 -0400)
committerHarald Welte <laforge@gnumonks.org>
Sun, 25 Oct 2009 09:57:56 +0000 (10:57 +0100)
commit94aa2ea67d7b8a669e8541f094661a1dc89722a3
tree04cb66937220b089f9af4d4f3906d98d539f8747
parent7b041d47428cdbc3da522d8194c2568ef5db0e5d
Support for nommu arches

Linux systems that lack a MMU cannot call fork(). Fortunately, the
only place in iptables that uses fork() follows it by an exec(), so
we can easily convert the code to vfork().

References: http://bugzilla.netfilter.org/show_bug.cgi?id=614

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
xtables.c