mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 19:27:31 +02:00
aa617fb4c0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5793 3c298f89-4303-0410-b956-a3cf2f4a3e73
25 lines
884 B
Diff
25 lines
884 B
Diff
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 <linux/config.h>
|
|
+#include <linux/autoconf.h>
|
|
#include <linux/netfilter.h>
|
|
|
|
/* 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 <linux/config.h>
|
|
+#include <linux/autoconf.h>
|
|
#include <linux/netfilter.h>
|
|
|
|
/* There is no PF_ARP. */
|