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

@@ -34,8 +34,6 @@ static struct xtables_target delude_tg_reg = {
.name = "DELUDE",
.revision = 0,
.family = AF_INET,
.size = XT_ALIGN(0),
.userspacesize = XT_ALIGN(0),
.help = delude_tg_help,
.parse = delude_tg_parse,
.final_check = delude_tg_check,