Use ANSI function definition.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Konstantin Belousov
2016-06-05 16:55:55 +00:00
parent ad5244ece1
commit 314381b529
+1 -1
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");