Add missing `void' keyword.

This commit is contained in:
Ed Schouten 2009-12-29 22:33:07 +00:00
parent 645e7f1b9d
commit 8a036b7c03

View file

@ -485,7 +485,7 @@ catch_child(int sig __unused)
/**
*/
void
Proc_Init()
Proc_Init(void)
{
/*
* Catch SIGCHLD so that we get kicked out of select() when we