From 334cb452bfee4d0511f9591292903d01f58efaf9 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 20 Oct 2004 09:14:04 +0000 Subject: Fix miscellaneous warnings. svn path=/trunk/; revision=3953 --- daemon.c | 1 - 1 file changed, 1 deletion(-) (limited to 'daemon.c') diff --git a/daemon.c b/daemon.c index 3dcb55c3..83de920d 100644 --- a/daemon.c +++ b/daemon.c @@ -57,7 +57,6 @@ static RETSIGTYPE sigchld_handler (int sig) /* process SIGCHLD to obtain the exit code of the terminating process */ { - extern volatile int lastsig; /* last signal received */ pid_t pid; #if defined(HAVE_WAITPID) /* the POSIX way */ -- cgit v1.2.3