From c3e35150b6af39cbea0747676f8ef0848a0d3d1e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 14 Dec 2006 19:36:35 +0000 Subject: update arptables to latest upstream version and fix compile with 2.6.19 SVN-Revision: 5793 --- package/arptables/patches/100-autoconf_h.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package/arptables/patches/100-autoconf_h.patch (limited to 'package/arptables/patches') diff --git a/package/arptables/patches/100-autoconf_h.patch b/package/arptables/patches/100-autoconf_h.patch new file mode 100644 index 0000000..b32b00c --- /dev/null +++ b/package/arptables/patches/100-autoconf_h.patch @@ -0,0 +1,24 @@ +diff -ur arptables.old/include/linux/netfilter_arp.h arptables.dev/include/linux/netfilter_arp.h +--- arptables.old/include/linux/netfilter_arp.h 2003-10-25 13:39:06.000000000 +0200 ++++ arptables.dev/include/linux/netfilter_arp.h 2006-12-14 20:35:10.000000000 +0100 +@@ -7,7 +7,7 @@ + * (C)2002 Rusty Russell IBM -- This code is GPL. + */ + +-#include ++#include + #include + + /* There is no PF_ARP. */ +diff -ur arptables.old/include/netfilter_arp.h arptables.dev/include/netfilter_arp.h +--- arptables.old/include/netfilter_arp.h 2003-10-25 12:43:24.000000000 +0200 ++++ arptables.dev/include/netfilter_arp.h 2006-12-14 20:34:57.000000000 +0100 +@@ -7,7 +7,7 @@ + * (C)2002 Rusty Russell IBM -- This code is GPL. + */ + +-#include ++#include + #include + + /* There is no PF_ARP. */ -- cgit v1.1