summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2007-02-28 13:41:21 +0000
committerDaniel Black <dragonheart@gentoo.org>2007-02-28 13:41:21 +0000
commit6601aa49f63bc2e51f41dd460c2bf9e5fefc67d1 (patch)
treeb63a58c51bc01fde43aa0e7d81ee49dfb882201d /net-firewall/iptables/files
parentVersion bump, security bug 165555, and drop 1.0.x series (diff)
downloadhistorical-6601aa49f63bc2e51f41dd460c2bf9e5fefc67d1.tar.gz
historical-6601aa49f63bc2e51f41dd460c2bf9e5fefc67d1.tar.bz2
historical-6601aa49f63bc2e51f41dd460c2bf9e5fefc67d1.zip
fix USE=extensions problem with linux-headers - bug #156723. Thanks for the tip Paul Hewlett in bug #165590
Package-Manager: portage-2.1.2-r11
Diffstat (limited to 'net-firewall/iptables/files')
-rw-r--r--net-firewall/iptables/files/1.3.5-files/iptables-1.3.5-linux-headers.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-firewall/iptables/files/1.3.5-files/iptables-1.3.5-linux-headers.patch b/net-firewall/iptables/files/1.3.5-files/iptables-1.3.5-linux-headers.patch
new file mode 100644
index 000000000000..7137d1919307
--- /dev/null
+++ b/net-firewall/iptables/files/1.3.5-files/iptables-1.3.5-linux-headers.patch
@@ -0,0 +1,10 @@
+--- extensions/libipt_iprange.c.orig 2007-03-01 00:19:36.000000000 +1100
++++ extensions/libipt_iprange.c 2007-03-01 00:19:58.000000000 +1100
+@@ -6,6 +6,7 @@
+ #include <getopt.h>
+
+ #include <iptables.h>
++#include <linux/types.h>
+ #include <linux/netfilter_ipv4/ipt_iprange.h>
+
+ /* Function which prints out usage message. */