summaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-07-17 12:37:10 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-07-17 12:37:10 +0000
commitcd64d4ce6e9cedb9172e6b8eda39437244bfa2bc (patch)
treecc390a7045c28cad5a3d7cf575313a6f3b7c2424 /package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch
parent5ae8e1bf7bcdeee6f82513ec9b9571a09571a51c (diff)
downloadmaster-31e0f0ae-cd64d4ce6e9cedb9172e6b8eda39437244bfa2bc.tar.gz
master-31e0f0ae-cd64d4ce6e9cedb9172e6b8eda39437244bfa2bc.tar.bz2
master-31e0f0ae-cd64d4ce6e9cedb9172e6b8eda39437244bfa2bc.zip
make patches against iptables apply again after update to 1.4.4 (#5540)
SVN-Revision: 16878
Diffstat (limited to 'package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch')
-rw-r--r--package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch b/package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch
deleted file mode 100644
index 761f1c4977..0000000000
--- a/package/iptables/patches/1.4.3.2/008-netfilter_include_linux_type_h.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/include/linux/netfilter.h
-+++ b/include/linux/netfilter.h
-@@ -1,6 +1,7 @@
- #ifndef __LINUX_NETFILTER_H
- #define __LINUX_NETFILTER_H
-
-+#include <linux/types.h>
-
- /* Responses from hook functions. */
- #define NF_DROP 0