aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-23 23:16:16 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-23 23:16:16 +0000
commit922e2ff1258bf1f4b07ff93f83d7dd4ba495107d (patch)
treed15bb5e958869732c52825f6e8f9d9a18e9fd004
parentd2ee52d171596bb3d6771d940c3a007545a133b1 (diff)
downloadfetchmail-922e2ff1258bf1f4b07ff93f83d7dd4ba495107d.tar.gz
fetchmail-922e2ff1258bf1f4b07ff93f83d7dd4ba495107d.tar.bz2
fetchmail-922e2ff1258bf1f4b07ff93f83d7dd4ba495107d.zip
Remove some NExT-specific cruft.
svn path=/trunk/; revision=680
-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 */