]> git.pld-linux.org Git - packages/iptables.git/blame - iptables-name-fix.patch
- allow build with -O0
[packages/iptables.git] / iptables-name-fix.patch
CommitLineData
769109c8 1--- iptables-1.2.8_20030605/extensions/libipt_IPMARK.c.org Sat May 31 17:31:31 2003
2+++ iptables-1.2.8_20030605/extensions/libipt_IPMARK.c Mon Nov 3 13:11:28 2003
3@@ -33,7 +33,7 @@
4 " --and-mask value logical AND ip address with this value becomes MARK\n"
5 " --or-mask value logical OR ip address with this value becomes MARK\n"
6 "\n",
7-NETFILTER_VERSION);
8+IPTABLES_VERSION);
9 }
10
11 static struct option opts[] = {
12@@ -152,7 +152,7 @@
13 struct iptables_target ipmark
14 = { NULL,
15 "IPMARK",
16- NETFILTER_VERSION,
17+ IPTABLES_VERSION,
18 IPT_ALIGN(sizeof(struct ipt_ipmark_target_info)),
19 IPT_ALIGN(sizeof(struct ipt_ipmark_target_info)),
20 &help,
This page took 0.532561 seconds and 4 git commands to generate.