aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--daemon.c4
-rw-r--r--fetchmail.c4
2 files changed, 0 insertions, 8 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
diff --git a/fetchmail.c b/fetchmail.c
index a1f0ba63..722ddcf7 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -26,10 +26,6 @@
#include <sys/stat.h>
#include <sys/wait.h>
-#ifdef NeXT
-# define pid_t int
-#endif
-
#ifdef HAVE_GETHOSTBYNAME
#include <netdb.h>
#endif /* HAVE_GETHOSTBYNAME */