Use ANSI function definition.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
612e6958e4
commit
78ad2d6695
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user