mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing `void' keyword.
This commit is contained in:
parent
645e7f1b9d
commit
8a036b7c03
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue