From 9c8bba9072e97fabdeb0fc546002eb953962e51e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 11 Dec 1996 18:09:46 +0000 Subject: Changes for NEXTSTEP. svn path=/trunk/; revision=626 --- daemon.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'daemon.c') diff --git a/daemon.c b/daemon.c index 97e362be..853094d9 100644 --- a/daemon.c +++ b/daemon.c @@ -26,6 +26,14 @@ #include #endif +#if defined(HAVE_SGTTY_H) +# include /* for TIOCNOTTY under NEXTSTEP */ +#endif + +#ifdef NeXT +# define pid_t int +#endif + /* BSD portability hack */ #if !defined(SIGCLD) && defined(SIGCHLD) #define SIGCLD SIGCHLD -- cgit v1.2.3