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 /fetchmail.c | |
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
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |