Mailing List Archive

repairing pool.patch
Hi,

as somebody already noted, the pool.patch in the current CVS patch-o-matic
is malformed. I edited the patch file by hand, without testing, and forgot
to change a line number. Here is a diff between the current CVS pool.patch,
and a repaired version. This time, I tested the result. It patches and
builds nicely, again.

regards
Patrick

--- netfilter/userspace/patch-o-matic/pool.patch Fri Jul 27 09:04:28 2001
+++ netfilter.bof/userspace/patch-o-matic/pool.patch Fri Jul 27 09:04:13 2001
@@ -432,7 +432,7 @@
diff -urN -X /tmp/fileoREb5i --minimal linux-2.4.0-test8-1/net/ipv4/netfilter/ipt_pool.c tmp2/net/ipv4/netfilter/ipt_pool.c
--- linux-2.4.0-test8-1/net/ipv4/netfilter/ipt_pool.c Thu Jan 1 10:00:00 1970
+++ tmp2/net/ipv4/netfilter/ipt_pool.c Wed Aug 30 19:27:05 2000
-@@ -0,0 +1,73 @@
+@@ -0,0 +1,71 @@
+/* Kernel module to match an IP address pool. */
+
+#include <linux/module.h>