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