From 877d7c65ba9b74233df6c9197fc39c770e809d02 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 16 Mar 2008 10:58:09 +0000 Subject: In keeping with style(9)'s recommendations on macros, use a ';' after each SYSINIT() macro invocation. This makes a number of lightweight C parsers much happier with the FreeBSD kernel source, including cflow's prcc and lxr. MFC after: 1 month Discussed with: imp, rink --- sys/security/audit/audit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/security/audit/audit.c') diff --git a/sys/security/audit/audit.c b/sys/security/audit/audit.c index b60d4f7..0cdd95c 100644 --- a/sys/security/audit/audit.c +++ b/sys/security/audit/audit.c @@ -262,7 +262,7 @@ audit_init(void) audit_worker_init(); } -SYSINIT(audit_init, SI_SUB_AUDIT, SI_ORDER_FIRST, audit_init, NULL) +SYSINIT(audit_init, SI_SUB_AUDIT, SI_ORDER_FIRST, audit_init, NULL); /* * Drain the audit queue and close the log at shutdown. Note that this can -- cgit v1.1