Author: iratqq Date: Mon Feb 2 22:15:16 2009 New Revision: 5806
Modified: trunk/replace/daemon.c Log: * replace/daemon.c: - Replace include.h to config.h. - Disable HAVE_CYGWIN. Modified: trunk/replace/daemon.c ============================================================================== --- trunk/replace/daemon.c (original) +++ trunk/replace/daemon.c Mon Feb 2 22:15:16 2009 @@ -30,7 +30,7 @@ /* OPENBSD ORIGINAL: lib/libc/gen/daemon.c */ -#include "includes.h" +#include <config.h> #ifndef HAVE_DAEMON @@ -47,6 +47,9 @@ #ifdef HAVE_UNISTD_H # include <unistd.h> #endif + +/* XXX */ +#undef HAVE_CYGWIN int daemon(int nochdir, int noclose)
