Don't use "implicit int". Move the opening { of the functions to the next
line while there.
This commit is contained in:
parent
da84b3961f
commit
531c70a642
@ -398,7 +398,8 @@ cron_clean(db)
|
||||
|
||||
#ifdef USE_SIGCHLD
|
||||
static void
|
||||
sigchld_handler(x) {
|
||||
sigchld_handler(int x)
|
||||
{
|
||||
WAIT_T waiter;
|
||||
PID_T pid;
|
||||
|
||||
@ -428,7 +429,8 @@ sigchld_handler(x) {
|
||||
|
||||
|
||||
static void
|
||||
sighup_handler(x) {
|
||||
sighup_handler(int x)
|
||||
{
|
||||
log_close();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user