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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extensions/libxt_TCPMSS.c') diff --git a/extensions/libxt_TCPMSS.c b/extensions/libxt_TCPMSS.c index 9ab69bfe..fbf73c9a 100644 --- a/extensions/libxt_TCPMSS.c +++ b/extensions/libxt_TCPMSS.c @@ -20,10 +20,10 @@ struct mssinfo { static void __TCPMSS_help(int hdrsize) { printf( -"TCPMSS target v%s mutually-exclusive options:\n" +"TCPMSS target mutually-exclusive options:\n" " --set-mss value explicitly set MSS option to specified value\n" " --clamp-mss-to-pmtu automatically clamp MSS value to (path_MTU - %d)\n", -IPTABLES_VERSION, hdrsize); +hdrsize); } static void TCPMSS_help(void) @@ -126,7 +126,7 @@ static void TCPMSS_save(const void *ip, const struct xt_entry_target *target) static struct xtables_target tcpmss_target = { .family = AF_INET, .name = "TCPMSS", - .version = IPTABLES_VERSION, + .version = XTABLES_VERSION, .size = XT_ALIGN(sizeof(struct xt_tcpmss_info)), .userspacesize = XT_ALIGN(sizeof(struct xt_tcpmss_info)), .help = TCPMSS_help, @@ -140,7 +140,7 @@ static struct xtables_target tcpmss_target = { static struct xtables_target tcpmss_target6 = { .family = AF_INET6, .name = "TCPMSS", - .version = IPTABLES_VERSION, + .version = XTABLES_VERSION, .size = XT_ALIGN(sizeof(struct xt_tcpmss_info)), .userspacesize = XT_ALIGN(sizeof(struct xt_tcpmss_info)), .help = TCPMSS_help6, -- cgit v1.2.3