diff options
Diffstat (limited to 'daemon.c')
-rw-r--r-- | daemon.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -31,10 +31,6 @@ # include <sgtty.h> /* for TIOCNOTTY under NEXTSTEP */ #endif -#ifdef NeXT -# define pid_t int -#endif - /* BSD portability hack */ #if !defined(SIGCHLD) && defined(SICHLD) #define SIGCHLD SIGCLD |