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

@@ -26,8 +26,6 @@ static struct xtables_target sysrq_tg_reg = {
.name = "SYSRQ",
.revision = 1,
.family = PF_UNSPEC,
.size = XT_ALIGN(0),
.userspacesize = XT_ALIGN(0),
.help = sysrq_tg_help,
.parse = sysrq_tg_parse,
.final_check = sysrq_tg_check,