From 922e2ff1258bf1f4b07ff93f83d7dd4ba495107d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 23 Dec 1996 23:16:16 +0000 Subject: Remove some NExT-specific cruft. svn path=/trunk/; revision=680 --- daemon.c | 4 ---- fetchmail.c | 4 ---- 2 files changed, 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 /* 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 #include -#ifdef NeXT -# define pid_t int -#endif - #ifdef HAVE_GETHOSTBYNAME #include #endif /* HAVE_GETHOSTBYNAME */ -- cgit v1.2.3