]> git.pld-linux.org Git - packages/iptables.git/blame - iptables-debug.patch
- require llh 2.6.7.0-3 (previous versions had broken ip{,6}t API)
[packages/iptables.git] / iptables-debug.patch
CommitLineData
2be1a11c
JB
1--- iptables-1.2.11_20040629/iptables.c.orig 2004-05-26 18:04:48.000000000 +0200
2+++ iptables-1.2.11_20040629/iptables.c 2004-07-03 19:06:42.829072752 +0200
3@@ -147,7 +147,7 @@
4 * magic number of -1 */
5 int line = -1;
6
7-#ifndef __OPTIMIZE__
8+#if 0
9 struct ipt_entry_target *
10 ipt_get_target(struct ipt_entry *e)
11 {
12--- iptables-1.2.11_20040629/libiptc/libiptc.c.orig 2004-05-26 18:04:49.000000000 +0200
13+++ iptables-1.2.11_20040629/libiptc/libiptc.c 2004-07-03 19:11:53.422855320 +0200
14@@ -27,7 +27,7 @@
15 #define IPT_LIB_DIR "/usr/local/lib/iptables"
16 #endif
17
18-#ifndef __OPTIMIZE__
19+#if 0
20 STRUCT_ENTRY_TARGET *
21 GET_TARGET(STRUCT_ENTRY *e)
22 {
23--- iptables-1.2.11_20040629/ip6tables.c.orig 2004-05-26 18:04:48.000000000 +0200
24+++ iptables-1.2.11_20040629/ip6tables.c 2004-07-03 19:14:28.307309304 +0200
25@@ -148,7 +148,7 @@
26 * magic number of -1 */
27 int line = -1;
28
29-#ifndef __OPTIMIZE__
30+#if 0
31 struct ip6t_entry_target *
32 ip6t_get_target(struct ip6t_entry *e)
33 {
This page took 0.071627 seconds and 4 git commands to generate.