From 8b7c64d6ba156a99008fcd810cba874c73294333 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 15 Apr 2008 11:48:25 +0200 Subject: Remove old functions, constants --- extensions/libxt_NOTRACK.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'extensions/libxt_NOTRACK.c') diff --git a/extensions/libxt_NOTRACK.c b/extensions/libxt_NOTRACK.c index 18ad5e13..83ad8171 100644 --- a/extensions/libxt_NOTRACK.c +++ b/extensions/libxt_NOTRACK.c @@ -10,9 +10,7 @@ /* Function which prints out usage message. */ static void NOTRACK_help(void) { - printf( -"NOTRACK target v%s takes no options\n", -IPTABLES_VERSION); + printf("NOTRACK target takes no options\n"); } /* Function which parses command options; returns true if it @@ -27,7 +25,7 @@ NOTRACK_parse(int c, char **argv, int invert, unsigned int *flags, static struct xtables_target notrack_target = { .family = AF_INET, .name = "NOTRACK", - .version = IPTABLES_VERSION, + .version = XTABLES_VERSION, .size = XT_ALIGN(0), .userspacesize = XT_ALIGN(0), .help = NOTRACK_help, @@ -37,7 +35,7 @@ static struct xtables_target notrack_target = { static struct xtables_target notrack_target6 = { .family = AF_INET6, .name = "NOTRACK", - .version = IPTABLES_VERSION, + .version = XTABLES_VERSION, .size = XT_ALIGN(0), .userspacesize = XT_ALIGN(0), .help = NOTRACK_help, -- cgit v1.2.3