diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-23 23:16:16 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-23 23:16:16 +0000 |
commit | 922e2ff1258bf1f4b07ff93f83d7dd4ba495107d (patch) | |
tree | d15bb5e958869732c52825f6e8f9d9a18e9fd004 | |
parent | d2ee52d171596bb3d6771d940c3a007545a133b1 (diff) | |
download | fetchmail-922e2ff1258bf1f4b07ff93f83d7dd4ba495107d.tar.gz fetchmail-922e2ff1258bf1f4b07ff93f83d7dd4ba495107d.tar.bz2 fetchmail-922e2ff1258bf1f4b07ff93f83d7dd4ba495107d.zip |
Remove some NExT-specific cruft.
svn path=/trunk/; revision=680
-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 */ |