some errors during compilation of 0.1.7

Adam Kumiszcza Qman@null.net
Sun, 5 Sep 1999 23:43:14 +0200


I got the following error while compiling netfilter 0.1.7:

compat/ipchains_core.c: In function `ip_fw_domatch':
compat/ipchains_core.c:583: warning: control reaches end of non-void function
compat/ipchains_core.c: At top level:
compat/ipchains_core.c:584: parse error before `return'
compat/ipchains_core.c:148: warning: `ipfwsk' defined but not used
make[1]: *** [compat/ipchains_core.o] Error 1

This solves it:

@@ -579,8 +579,8 @@
 #ifdef CONFIG_NETLINK_DEV
                        return 0;
                }
-#endif
        }
+#endif
        return 1;
 }

BTW I keep getting :
*** Warning: File `NAT/mapping-types/Makefile' has modification 
time in the future

Funny: Australia is in the future! ;)

Adam Kumiszcza