diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-14 23:27:36 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-14 23:27:36 +0000 |
commit | c5ac3c85663e2ff772acc02ab7e05763da6a2158 (patch) | |
tree | 2d12aed4fe83ff657808c461d0c07bb708250c4c /package/iptables/patches | |
parent | c46d2489d6b1f7a9f82149cd7a818d7c60122055 (diff) |
package/iptables: update to 1.4.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20862 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/patches')
-rw-r--r-- | package/iptables/patches/008-netfilter_include_linux_type_h.patch | 10 |
1 files changed, 0 insertions, 10 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 deleted file mode 100644 index 761f1c4977..0000000000 --- a/package/iptables/patches/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 |