From 6cd49745931f42cfe2280bf78e483035c3c5e2e6 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Tue, 15 Apr 2008 12:01:06 +0000 Subject: [PATCH 08/10] 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 a50cffe..505f87d 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