diff options
Diffstat (limited to 'net-firewall/iptables/files/iptables-1.4.2-glibc.patch')
-rw-r--r-- | net-firewall/iptables/files/iptables-1.4.2-glibc.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-firewall/iptables/files/iptables-1.4.2-glibc.patch b/net-firewall/iptables/files/iptables-1.4.2-glibc.patch deleted file mode 100644 index e200bbed4e72..000000000000 --- a/net-firewall/iptables/files/iptables-1.4.2-glibc.patch +++ /dev/null @@ -1,12 +0,0 @@ -pull in in.h as it sets up some proto defines that iptables relies on - ---- include/xtables.h.in -+++ include/xtables.h.in -@@ -5,6 +5,7 @@ - #include <sys/types.h> - #include <stdbool.h> - #include <net/if.h> -+#include <netinet/in.h> - #include <linux/types.h> - #include <linux/netfilter/x_tables.h> - |