From 418e4a564c621b48040cb5fcd4530bd29caf1adf Mon Sep 17 00:00:00 2001 From: bz Date: Fri, 21 Mar 2008 18:31:42 +0000 Subject: Add ';' missed with the SYSINIT changes. Not noticed by tb as TCP_SIGNATURE is not in LINT. MFC after: 1 month --- sys/netipsec/xform_tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netipsec/xform_tcp.c') diff --git a/sys/netipsec/xform_tcp.c b/sys/netipsec/xform_tcp.c index a401548..4efb30e 100644 --- a/sys/netipsec/xform_tcp.c +++ b/sys/netipsec/xform_tcp.c @@ -166,4 +166,4 @@ tcpsignature_attach(void) } SYSINIT(tcpsignature_xform_init, SI_SUB_DRIVERS, SI_ORDER_FIRST, - tcpsignature_attach, NULL) + tcpsignature_attach, NULL); -- cgit v1.1