modules: remove XT_ALIGN(0) lines

This commit is contained in:
Jan Engelhardt
2010-03-16 23:26:05 +01:00
parent 0acbe528ac
commit 1aeaadd740
6 changed files with 0 additions and 11 deletions

View File

@@ -20,8 +20,6 @@ static struct xtables_target steal_tg_reg = {
.version = XTABLES_VERSION,
.name = "STEAL",
.family = AF_UNSPEC,
.size = XT_ALIGN(0),
.userspacesize = XT_ALIGN(0),
.help = steal_tg_help,
.parse = steal_tg_parse,
.final_check = steal_tg_check,