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_standard.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/libxt_standard.c') diff --git a/extensions/libxt_standard.c b/extensions/libxt_standard.c index a50cffe9..505f87d7 100644 --- a/extensions/libxt_standard.c +++ b/extensions/libxt_standard.c @@ -11,8 +11,8 @@ static void standard_help(void) { printf( -"Standard v%s options:\n" -"(If target is DROP, ACCEPT, RETURN or nothing)\n", IPTABLES_VERSION); +"standard match options:\n" +"(If target is DROP, ACCEPT, RETURN or nothing)\n"); } /* Function which parses command options; returns true if it @@ -26,7 +26,7 @@ static int standard_parse(int c, char **argv, int invert, unsigned int *flags, static struct xtables_target standard_target = { .family = AF_UNSPEC, .name = "standard", - .version = IPTABLES_VERSION, + .version = XTABLES_VERSION, .size = XT_ALIGN(sizeof(int)), .userspacesize = XT_ALIGN(sizeof(int)), .help = standard_help, -- cgit v1.2.3