Use ANSI function definition.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
kib 2016-06-05 16:55:55 +00:00
parent 612e6958e4
commit 78ad2d6695

View File

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