From 00401d8fb5a1bba90ffd7804db6788ed4833ffdb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 16 Sep 1997 16:14:22 +0000 Subject: Inclusion cleanup. svn path=/trunk/; revision=1350 --- daemon.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon.c b/daemon.c index 1335ef1a..7ca19ff8 100644 --- a/daemon.c +++ b/daemon.c @@ -32,6 +32,7 @@ #include #endif +#if !defined(HAVE_SETSID) && defined(SIGTSTP) #if defined(HAVE_TERMIOS_H) # include /* for TIOCNOTTY under Linux */ #endif @@ -39,6 +40,7 @@ #if !defined(TIOCNOTTY) && defined(HAVE_SGTTY_H) # include /* for TIOCNOTTY under NEXTSTEP */ #endif +#endif /* !defined(HAVE_SETSID) && defined(SIGTSTP) */ /* BSD portability hack */ #if !defined(SIGCHLD) && defined(SIGCLD) -- cgit v1.2.3