Add ';' missed with the SYSINIT changes.

Not noticed by tb as TCP_SIGNATURE is not in LINT.

MFC after:	1 month
This commit is contained in:
Bjoern A. Zeeb 2008-03-21 18:31:42 +00:00
parent 5f185dbd84
commit 3e43d2ae25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177481

View File

@ -166,4 +166,4 @@ tcpsignature_attach(void)
}
SYSINIT(tcpsignature_xform_init, SI_SUB_DRIVERS, SI_ORDER_FIRST,
tcpsignature_attach, NULL)
tcpsignature_attach, NULL);