To be able to combine iptables-multi and ip6tables-multi into one binary (ie. to avoid duplicate symbol definition problems at link time). 2011/4/1 Jan Engelhardt <jengelh@xxxxxxxxxx>: > On Friday 2011-04-01 06:27, Maciej Åenczykowski wrote: >>diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in >>index b96bd11..84688d3 100644 >>--- a/extensions/GNUmakefile.in >>+++ b/extensions/GNUmakefile.in >>@@ -127,8 +127,8 @@ initext4.c: .initext4.dd >> Â Â Â for i in ${initext_func}; do \ >> Â Â Â Â Â Â Â echo "extern void lib$${i}_init(void);" >>$@; \ >> Â Â Â done; \ >>- Â Â Âecho "void init_extensions(void);" >>$@; \ >>- Â Â Âecho "void init_extensions(void)" >>$@; \ >>+ Â Â Âecho "void init_extensions4(void);" >>$@; \ >>+ Â Â Âecho "void init_extensions4(void)" >>$@; \ >> Â Â Â echo "{" >>$@; \ >> Â Â Â for i in ${initext_func}; do \ >> Â Â Â Â Â Â Â echo Â" ""lib$${i}_init();" >>$@; \ > > And the reason for these renames is...? > -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html