diff options
-rw-r--r-- | daemon.c | 4 | ||||
-rw-r--r-- | fetchmail.c | 4 |
2 files changed, 0 insertions, 8 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 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 */ |