From eb56260f7f861d6d31a630f90c0870a83a90cd60 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 12 May 2008 09:58:49 +0000 Subject: [PATCH] Clifford Wolf: Hotfixed iptables for new kernel headers [2008050515571115329] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@9030 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/iptables/hotfixes.patch | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 package/base/iptables/hotfixes.patch diff --git a/package/base/iptables/hotfixes.patch b/package/base/iptables/hotfixes.patch new file mode 100644 index 000000000..c27a95995 --- /dev/null +++ b/package/base/iptables/hotfixes.patch @@ -0,0 +1,40 @@ +--- ./include/ip6tables.h.orig 2008-05-05 12:09:24.000000000 +0200 ++++ ./include/ip6tables.h 2008-05-05 12:21:22.000000000 +0200 +@@ -1,6 +1,7 @@ + #ifndef _IP6TABLES_USER_H + #define _IP6TABLES_USER_H + ++#include + #include "iptables_common.h" + #include "libiptc/libip6tc.h" + +--- ./include/iptables.h.orig 2008-05-05 12:09:17.000000000 +0200 ++++ ./include/iptables.h 2008-05-05 12:21:26.000000000 +0200 +@@ -1,6 +1,7 @@ + #ifndef _IPTABLES_USER_H + #define _IPTABLES_USER_H + ++#include + #include "iptables_common.h" + #include "libiptc/libiptc.h" + +--- ./include/libiptc/libip6tc.h.orig 2008-05-05 12:24:18.000000000 +0200 ++++ ./include/libiptc/libip6tc.h 2008-05-05 12:24:24.000000000 +0200 +@@ -2,6 +2,7 @@ + #define _LIBIP6TC_H + /* Library which manipulates firewall rules. Version 0.2. */ + ++#include + #include + #include + +--- ./include/libiptc/libiptc.h.orig 2008-05-05 12:16:08.000000000 +0200 ++++ ./include/libiptc/libiptc.h 2008-05-05 12:20:51.000000000 +0200 +@@ -2,6 +2,7 @@ + #define _LIBIPTC_H + /* Library which manipulates filtering rules. */ + ++#include + #include + #include +