From 87d29ed405ce6a6aa56660c9c696f6b78a709034 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 30 Aug 2000 09:21:22 +1100 Subject: - (djm) Compile warning fixes from Mark Miller --- bsd-daemon.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'bsd-daemon.c') diff --git a/bsd-daemon.c b/bsd-daemon.c index fe92b76b6..de829958c 100644 --- a/bsd-daemon.c +++ b/bsd-daemon.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -#include "config.h" +#include "includes.h" #ifndef HAVE_DAEMON @@ -39,13 +39,6 @@ static char rcsid[] = "$OpenBSD: daemon.c,v 1.2 1996/08/19 08:22:13 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ -#include -#include - -#ifdef HAVE_PATHS_H -# include -#endif - int daemon(nochdir, noclose) int nochdir, noclose; -- cgit v1.2.3