diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-14 23:27:36 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-14 23:27:36 +0000 |
commit | f132a0a3950e94b17d1fe9ceca3369c431f82524 (patch) | |
tree | 2d12aed4fe83ff657808c461d0c07bb708250c4c /package/iptables/patches | |
parent | 604d5768307e45346dab3f5fb21f339feba69115 (diff) | |
download | upstream-f132a0a3950e94b17d1fe9ceca3369c431f82524.tar.gz upstream-f132a0a3950e94b17d1fe9ceca3369c431f82524.tar.bz2 upstream-f132a0a3950e94b17d1fe9ceca3369c431f82524.zip |
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 |