aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/008-netfilter_include_linux_type_h.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-01-23 22:28:32 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-01-23 22:28:32 +0000
commite0fa9a48814e2e68c661d831696743968c43f7b4 (patch)
tree86e329b95e9f67e5a1905ba0eb8c4411c5ea94ee /package/iptables/patches/008-netfilter_include_linux_type_h.patch
parent3634de3b80e35576bbc5e3fa54c5e1dbfae8b4f9 (diff)
downloadupstream-e0fa9a48814e2e68c661d831696743968c43f7b4.tar.gz
upstream-e0fa9a48814e2e68c661d831696743968c43f7b4.tar.bz2
upstream-e0fa9a48814e2e68c661d831696743968c43f7b4.zip
iptables: update to v1.4.6, relocate patches - patch by Edgar Soldin
SVN-Revision: 19302
Diffstat (limited to 'package/iptables/patches/008-netfilter_include_linux_type_h.patch')
-rw-r--r--package/iptables/patches/008-netfilter_include_linux_type_h.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/iptables/patches/008-netfilter_include_linux_type_h.patch b/package/iptables/patches/008-netfilter_include_linux_type_h.patch
new file mode 100644
index 0000000000..761f1c4977
--- /dev/null
+++ b/package/iptables/patches/008-netfilter_include_linux_type_h.patch
@@ -0,0 +1,10 @@
+--- 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