Change IPTABLES_VERSION to XTABLES_VERSION

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
This commit is contained in:
Jan Engelhardt
2008-02-21 17:24:33 +01:00
parent 2fbfbe6cd4
commit dd42c61581
7 changed files with 8 additions and 8 deletions

View File

@@ -88,7 +88,7 @@ logmark_tg_save(const void *ip, const struct xt_entry_target *target)
}
static struct xtables_target logmark_tg_reg = {
.version = IPTABLES_VERSION,
.version = XTABLES_VERSION,
.name = "LOGMARK",
.revision = 0,
.family = AF_INET,
@@ -103,7 +103,7 @@ static struct xtables_target logmark_tg_reg = {
};
static struct xtables_target logmark_tg6_reg = {
.version = IPTABLES_VERSION,
.version = XTABLES_VERSION,
.name = "LOGMARK",
.revision = 0,
.family = AF_INET6,