From 314381b52924e253f6f1f6c11490097b72bb6859 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sun, 5 Jun 2016 16:55:55 +0000 Subject: [PATCH] Use ANSI function definition. Sponsored by: The FreeBSD Foundation --- sys/kern/kern_proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_proc.c b/sys/kern/kern_proc.c index 9dabf7c8250..96a8f4ca0ee 100644 --- a/sys/kern/kern_proc.c +++ b/sys/kern/kern_proc.c @@ -168,7 +168,7 @@ CTASSERT(sizeof(struct kinfo_proc32) == KINFO_PROC32_SIZE); * Initialize global process hashing structures. */ void -procinit() +procinit(void) { sx_init(&allproc_lock, "allproc");