From 3e43d2ae2506b9456e9d8a3ace6bcb1d551d25eb Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Fri, 21 Mar 2008 18:31:42 +0000 Subject: [PATCH] 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(-) diff --git a/sys/netipsec/xform_tcp.c b/sys/netipsec/xform_tcp.c index a401548e491..4efb30e1b88 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);