summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrusty <rusty>2000-05-31 06:33:50 +0000
committerrusty <rusty>2000-05-31 06:33:50 +0000
commit74155154da130d41bbc342d3d639d6e121217981 (patch)
tree759180b6f02b62d2c814469a518d22d5646422a9
parenta4a03a035f937f2e2ce9a7b13cab2800c2c401ac (diff)
Minor change for debugging.
-rw-r--r--iptables.c2
-rw-r--r--libiptc/libiptc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/iptables.c b/iptables.c
index 44250e1..6c77d13 100644
--- a/iptables.c
+++ b/iptables.c
@@ -125,7 +125,7 @@ static struct option original_opts[] = {
{ 0 }
};
-#if 0
+#ifndef __OPTIMIZE__
static struct ipt_entry_target *
ipt_get_target(struct ipt_entry *e)
{
diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c
index ddbea74..8934a1d 100644
--- a/libiptc/libiptc.c
+++ b/libiptc/libiptc.c
@@ -15,7 +15,7 @@
#define IPT_LIB_DIR "/usr/local/lib/iptables"
#endif
-#if 0
+#ifndef __OPTIMIZE__
static STRUCT_ENTRY_TARGET *
GET_TARGET(STRUCT_ENTRY *e)
{