fix typo
[openwrt-10.03/.git] / package / arptables / patches / 100-autoconf_h.patch
1 diff -ur arptables.old/include/linux/netfilter_arp.h arptables.dev/include/linux/netfilter_arp.h
2 --- arptables.old/include/linux/netfilter_arp.h 2003-10-25 13:39:06.000000000 +0200
3 +++ arptables.dev/include/linux/netfilter_arp.h 2006-12-14 20:35:10.000000000 +0100
4 @@ -7,7 +7,7 @@
5   * (C)2002 Rusty Russell IBM -- This code is GPL.
6   */
7  
8 -#include <linux/config.h>
9 +#include <linux/autoconf.h>
10  #include <linux/netfilter.h>
11  
12  /* There is no PF_ARP. */
13 diff -ur arptables.old/include/netfilter_arp.h arptables.dev/include/netfilter_arp.h
14 --- arptables.old/include/netfilter_arp.h       2003-10-25 12:43:24.000000000 +0200
15 +++ arptables.dev/include/netfilter_arp.h       2006-12-14 20:34:57.000000000 +0100
16 @@ -7,7 +7,7 @@
17   * (C)2002 Rusty Russell IBM -- This code is GPL.
18   */
19  
20 -#include <linux/config.h>
21 +#include <linux/autoconf.h>
22  #include <linux/netfilter.h>
23  
24  /* There is no PF_ARP. */