]> andersk Git - openssh.git/blobdiff - bsd-daemon.c
- (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
[openssh.git] / bsd-daemon.c
index fe92b76b6c0c14c26c659ec2c75d8b84c7f60c14..de829958c19b72c9646587f679ea30197a67f44e 100644 (file)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#include "config.h"
+#include "includes.h"
 
 #ifndef HAVE_DAEMON
 
 static char rcsid[] = "$OpenBSD: daemon.c,v 1.2 1996/08/19 08:22:13 tholo Exp $";
 #endif /* LIBC_SCCS and not lint */
 
-#include <fcntl.h>
-#include <unistd.h>
-
-#ifdef HAVE_PATHS_H
-# include <paths.h>
-#endif 
-
 int
 daemon(nochdir, noclose)
        int nochdir, noclose;
This page took 0.120275 seconds and 4 git commands to generate.