]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
make connmark patch comply with NO_SHARED_LIBS
authorHarald Welte <laforge@gnumonks.org>
Tue, 4 Jun 2002 07:46:30 +0000 (07:46 +0000)
committerHarald Welte <laforge@gnumonks.org>
Tue, 4 Jun 2002 07:46:30 +0000 (07:46 +0000)
extensions/libipt_CONNMARK.c
extensions/libipt_connmark.c

index 2e06dda0df772ace34adcd2ff443383141fdd7e0..52221821a4a23c216bb6d2690acbeaf1004e606f 100644 (file)
@@ -146,6 +146,7 @@ save(const struct ipt_ip *ip, const struct ipt_entry_target *target)
        }
 }
 
+static
 struct iptables_target mark
 = { NULL,
     "CONNMARK",
index 6371b4eb3e1b1b283b8704ccc44d708961b636f8..14cbe33125103683a99a2065c45f42858624e5b9 100644 (file)
@@ -107,6 +107,7 @@ save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
                  ((struct ipt_connmark_info *)match->data)->invert, 0);
 }
 
+static
 struct iptables_match mark
 = { NULL,
     "connmark",