aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.c b/daemon.c
index e7b9214b..e6e7b10b 100644
--- a/daemon.c
+++ b/daemon.c
@@ -85,7 +85,7 @@ daemonize (const char *logfile, void (*termhook)(int))
{
int fd;
pid_t childpid;
- RETSIGTYPE sigchld_handler();
+ RETSIGTYPE sigchld_handler(int);
/* if we are started by init (process 1) via /etc/inittab we needn't
bother to detach from our process group context */