]> git.pld-linux.org Git - packages/iptables.git/commitdiff
- reverted removal, used auto/ac/iptables24-1_2_9_20040302-10 auto/ac/iptables24-1_2_9_20040302-12 auto/ac/iptables24-1_2_9_20040302-13 auto/ac/iptables24-1_2_9_20040302-14 auto/ac/iptables24-1_2_9_20040302-15 auto/ac/iptables24-1_2_9_20040302-16 auto/ac/iptables24-1_2_9_20040302-17 auto/ac/iptables24-1_2_9_20040302-18 auto/ac/iptables24-1_2_9_20040302-19 auto/ac/iptables24-1_2_9_20040302-8 auto/ac/iptables24-1_2_9_20040302-9 iptables24-1_2_9_20040302-11 iptables24-1_2_9_20040302-11_1 iptables24-1_2_9_20040302-11_2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 15 Sep 2004 13:54:40 +0000 (13:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iptables-include_path.patch -> 1.3

iptables-include_path.patch [new file with mode: 0644]

diff --git a/iptables-include_path.patch b/iptables-include_path.patch
new file mode 100644 (file)
index 0000000..7ae2d40
--- /dev/null
@@ -0,0 +1,36 @@
+diff -uNr iptables-1.2.9-20031209/include.orig/libippool/ip_pool_support.h iptables-1.2.9-20031209/include/libippool/ip_pool_support.h
+--- iptables-1.2.9-20031209/include.orig/libippool/ip_pool_support.h   2000-08-27 09:47:46.000000000 +0200
++++ iptables-1.2.9-20031209/include/libippool/ip_pool_support.h        2004-03-02 19:43:21.895708888 +0100
+@@ -2,7 +2,7 @@
+ #ifndef _IP_POOL_SUPPORT_H
+ #define _IP_POOL_SUPPORT_H
+-#include <iptables.h>
++#include <iptables/iptables.h>
+ #include <linux/netfilter_ipv4/ip_conntrack.h>
+ #include <linux/netfilter_ipv4/ip_pool.h>
+diff -uNr iptables-1.2.9-20031209/include.orig/libiptc/libip6tc.h iptables-1.2.9-20031209/include/libiptc/libip6tc.h
+--- iptables-1.2.9-20031209/include.orig/libiptc/libip6tc.h    2003-05-05 21:33:40.000000000 +0200
++++ iptables-1.2.9-20031209/include/libiptc/libip6tc.h 2004-03-02 19:43:55.361621296 +0100
+@@ -2,7 +2,7 @@
+ #define _LIBIP6TC_H
+ /* Library which manipulates firewall rules. Version 0.2. */
+-#include <libiptc/ipt_kernel_headers.h>
++#include <iptables/libiptc/ipt_kernel_headers.h>
+ #include <linux/netfilter_ipv6/ip6_tables.h>
+ #ifndef IP6T_MIN_ALIGN
+diff -uNr iptables-1.2.9-20031209/include.orig/libiptc/libiptc.h iptables-1.2.9-20031209/include/libiptc/libiptc.h
+--- iptables-1.2.9-20031209/include.orig/libiptc/libiptc.h     2003-05-02 17:30:11.000000000 +0200
++++ iptables-1.2.9-20031209/include/libiptc/libiptc.h  2004-03-02 19:44:01.982614752 +0100
+@@ -2,7 +2,7 @@
+ #define _LIBIPTC_H
+ /* Library which manipulates filtering rules. */
+-#include <libiptc/ipt_kernel_headers.h>
++#include <iptables/libiptc/ipt_kernel_headers.h>
+ #include <linux/netfilter_ipv4/ip_tables.h>
+ #ifdef __cplusplus
This page took 0.05191 seconds and 4 git commands to generate.