aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/daemon.c b/daemon.c
index 036fb62f..9256af93 100644
--- a/daemon.c
+++ b/daemon.c
@@ -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