From 836bbce0c428581f40d13d8c3d27d1c7adc31ccb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 26 Oct 1998 19:57:45 +0000 Subject: Jonathan T. Agnew's massive code cleanup. svn path=/trunk/; revision=2137 --- daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon.c') 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 */ -- cgit v1.2.3