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");