From 80fe35d6339b53a12ddaec41885613e4e37ed031 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 29 May 2002 13:08:15 +0000 Subject: globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming --- ip6tables-restore.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ip6tables-restore.c') diff --git a/ip6tables-restore.c b/ip6tables-restore.c index d75507d6..f4a86975 100644 --- a/ip6tables-restore.c +++ b/ip6tables-restore.c @@ -6,7 +6,7 @@ * Harald Welte * Rusty Russell * - * $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 @@ -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; -- cgit v1.2.3