From 3c25e877da7ba4a11e0c9bd5f65f8857cb8f272b Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 18 Jun 2004 19:51:39 +0000 Subject: Fix various compiler warnings. svn path=/trunk/; revision=3899 --- daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon.c') diff --git a/daemon.c b/daemon.c index b5291d82..3dcb55c3 100644 --- a/daemon.c +++ b/daemon.c @@ -53,7 +53,7 @@ #include "fetchmail.h" #include "tunable.h" -RETSIGTYPE +static RETSIGTYPE sigchld_handler (int sig) /* process SIGCHLD to obtain the exit code of the terminating process */ { -- cgit v1.2.3