summaryrefslogtreecommitdiffstats
path: root/ip6tables-restore.c
diff options
context:
space:
mode:
authorlaforge <laforge>2002-05-29 13:08:15 +0000
committerlaforge <laforge>2002-05-29 13:08:15 +0000
commite822c0ec10e20248b959e9b271efef125feb8a4d (patch)
tree795febe10f0229253621990c2c0616a0054d9906 /ip6tables-restore.c
parent66cd3f8ace6b96ea26c3e9ca4818a0935900622a (diff)
globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming
Diffstat (limited to 'ip6tables-restore.c')
-rw-r--r--ip6tables-restore.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ip6tables-restore.c b/ip6tables-restore.c
index d75507d..f4a8697 100644
--- a/ip6tables-restore.c
+++ b/ip6tables-restore.c
@@ -6,7 +6,7 @@
* Harald Welte <laforge@gnumonks.org>
* Rusty Russell <rusty@linuxcare.com.au>
*
- * $Id: ip6tables-restore.c,v 1.20 2002/01/17 20:43:10 laforge Exp $
+ * $Id: ip6tables-restore.c,v 1.8 2002/03/03 09:44:31 laforge Exp $
*/
#include <getopt.h>
@@ -116,7 +116,7 @@ int main(int argc, char *argv[])
const char *modprobe = 0;
program_name = "ip6tables-restore";
- program_version = NETFILTER_VERSION;
+ program_version = IPTABLES_VERSION;
#ifdef NO_SHARED_LIBS
init_extensions();
@@ -135,7 +135,7 @@ int main(int argc, char *argv[])
break;
case 'h':
print_usage("ip6tables-restore",
- NETFILTER_VERSION);
+ IPTABLES_VERSION);
break;
case 'n':
noflush = 1;