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_tcpmss.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'extensions/libxt_tcpmss.c') diff --git a/extensions/libxt_tcpmss.c b/extensions/libxt_tcpmss.c index 7a026bf7..8f56a41c 100644 --- a/extensions/libxt_tcpmss.c +++ b/extensions/libxt_tcpmss.c @@ -12,10 +12,9 @@ static void tcpmss_help(void) { printf( -"tcpmss match v%s options:\n" +"tcpmss match options:\n" "[!] --mss value[:value] Match TCP MSS range.\n" -" (only valid for TCP SYN or SYN/ACK packets)\n", -IPTABLES_VERSION); +" (only valid for TCP SYN or SYN/ACK packets)\n"); } static const struct option tcpmss_opts[] = { @@ -128,7 +127,7 @@ static void tcpmss_save(const void *ip, const struct xt_entry_match *match) static struct xtables_match tcpmss_match = { .family = AF_INET, .name = "tcpmss", - .version = IPTABLES_VERSION, + .version = XTABLES_VERSION, .size = XT_ALIGN(sizeof(struct xt_tcpmss_match_info)), .userspacesize = XT_ALIGN(sizeof(struct xt_tcpmss_match_info)), .help = tcpmss_help, @@ -142,7 +141,7 @@ static struct xtables_match tcpmss_match = { static struct xtables_match tcpmss_match6 = { .family = AF_INET6, .name = "tcpmss", - .version = IPTABLES_VERSION, + .version = XTABLES_VERSION, .size = XT_ALIGN(sizeof(struct xt_tcpmss_match_info)), .userspacesize = XT_ALIGN(sizeof(struct xt_tcpmss_match_info)), .help = tcpmss_help, -- cgit v1.2.3