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_CLASSIFY.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'extensions/libxt_CLASSIFY.c') diff --git a/extensions/libxt_CLASSIFY.c b/extensions/libxt_CLASSIFY.c index 4a3520f8..79dd16c2 100644 --- a/extensions/libxt_CLASSIFY.c +++ b/extensions/libxt_CLASSIFY.c @@ -15,10 +15,8 @@ static void CLASSIFY_help(void) { printf( -"CLASSIFY target v%s options:\n" -" --set-class [MAJOR:MINOR] Set skb->priority value\n" -"\n", -IPTABLES_VERSION); +"CLASSIFY target options:\n" +" --set-class [MAJOR:MINOR] Set skb->priority value\n"); } static const struct option CLASSIFY_opts[] = { @@ -105,7 +103,7 @@ CLASSIFY_save(const void *ip, const struct xt_entry_target *target) static struct xtables_target classify_target = { .family = AF_UNSPEC, .name = "CLASSIFY", - .version = IPTABLES_VERSION, + .version = XTABLES_VERSION, .size = XT_ALIGN(sizeof(struct xt_classify_target_info)), .userspacesize = XT_ALIGN(sizeof(struct xt_classify_target_info)), .help = CLASSIFY_help, -- cgit v1.2.3