summaryrefslogtreecommitdiff
path: root/target/linux/generic-2.6/patches-2.6.25/120-netfilter-headers-types.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-06-22 06:28:12 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-06-22 06:28:12 +0000
commit1d56e2e1d43a96667103ea03d9f21f7f8131e6d8 (patch)
tree6358c838eecd69ab3f35b162b65930142fae3894 /target/linux/generic-2.6/patches-2.6.25/120-netfilter-headers-types.patch
parentcd1be4c3528fb7775b44d85d95e144e7f381016c (diff)
downloadmtk-20170518-1d56e2e1d43a96667103ea03d9f21f7f8131e6d8.zip
mtk-20170518-1d56e2e1d43a96667103ea03d9f21f7f8131e6d8.tar.gz
mtk-20170518-1d56e2e1d43a96667103ea03d9f21f7f8131e6d8.tar.bz2
generic-2.6: update IMQ patch to the official version for 2.6.25, refresh patches
SVN-Revision: 11551
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.25/120-netfilter-headers-types.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.25/120-netfilter-headers-types.patch14
1 files changed, 3 insertions, 11 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.25/120-netfilter-headers-types.patch b/target/linux/generic-2.6/patches-2.6.25/120-netfilter-headers-types.patch
index 79eb170..32251e3 100644
--- a/target/linux/generic-2.6/patches-2.6.25/120-netfilter-headers-types.patch
+++ b/target/linux/generic-2.6/patches-2.6.25/120-netfilter-headers-types.patch
@@ -15,8 +15,6 @@ Date: Wed May 21 14:08:38 2008 -0700
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
-diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h
-index e4c6659..0c5eb7e 100644
--- a/include/linux/netfilter.h
+++ b/include/linux/netfilter.h
@@ -3,7 +3,6 @@
@@ -26,17 +24,15 @@ index e4c6659..0c5eb7e 100644
-#include <linux/types.h>
#include <linux/skbuff.h>
#include <linux/net.h>
- #include <linux/netdevice.h>
-@@ -14,6 +13,7 @@
+ #include <linux/if.h>
+@@ -12,6 +11,7 @@
+ #include <linux/wait.h>
#include <linux/list.h>
- #include <net/net_namespace.h>
#endif
+#include <linux/types.h>
#include <linux/compiler.h>
/* Responses from hook functions. */
-diff --git a/include/linux/netfilter_arp/arp_tables.h b/include/linux/netfilter_arp/arp_tables.h
-index dd9c97f..590ac3d 100644
--- a/include/linux/netfilter_arp/arp_tables.h
+++ b/include/linux/netfilter_arp/arp_tables.h
@@ -11,11 +11,11 @@
@@ -52,8 +48,6 @@ index dd9c97f..590ac3d 100644
#include <linux/compiler.h>
#include <linux/netfilter_arp.h>
-diff --git a/include/linux/netfilter_ipv4/ip_tables.h b/include/linux/netfilter_ipv4/ip_tables.h
-index bfc889f..092bd50 100644
--- a/include/linux/netfilter_ipv4/ip_tables.h
+++ b/include/linux/netfilter_ipv4/ip_tables.h
@@ -17,11 +17,11 @@
@@ -69,8 +63,6 @@ index bfc889f..092bd50 100644
#include <linux/compiler.h>
#include <linux/netfilter_ipv4.h>
-diff --git a/include/linux/netfilter_ipv6/ip6_tables.h b/include/linux/netfilter_ipv6/ip6_tables.h
-index f2507dc..1089e33 100644
--- a/include/linux/netfilter_ipv6/ip6_tables.h
+++ b/include/linux/netfilter_ipv6/ip6_tables.h
@@ -17,11 +17,11 @@