Print this page
872 remove duplicate daemon() definitions
@@ -44,11 +44,10 @@
#endif
#undef NEED_PSELECT
#undef HAVE_SA_LEN
#undef HAVE_MINIMUM_IFREQ
-#define NEED_DAEMON 1
#undef NEED_STRSEP
#undef NEED_STRERROR
#ifdef NEED_STRERROR
const char *isc_strerror(int);
#define strerror isc_strerror
@@ -290,14 +289,10 @@
#ifndef MAX
#define MAX(x,y) (((x) >= (y)) ? (x) : (y))
#endif
-#ifdef NEED_DAEMON
-int daemon(int nochdir, int noclose);
-#endif
-
#ifdef NEED_STRSEP
char * strsep(char **stringp, const char *delim);
#endif
#ifndef ALIGN