aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-09-24 23:33:27 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-09-24 23:33:27 +0000
commit736961ffceeb392f55eeecbcb7b5b88344c1a800 (patch)
tree3ad57af7be1824de3f5f4ad352fe3712e6892613 /fetchmail.c
parent1aa5b7ad191fe589eb7b9bd8256d55c925185a1e (diff)
downloadfetchmail-736961ffceeb392f55eeecbcb7b5b88344c1a800.tar.gz
fetchmail-736961ffceeb392f55eeecbcb7b5b88344c1a800.tar.bz2
fetchmail-736961ffceeb392f55eeecbcb7b5b88344c1a800.zip
No socket code at all in fetchmail.c now.
svn path=/trunk/; revision=3485
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 7ff33f25..e412e33d 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -31,10 +31,6 @@
#endif /* HAVE_SETRLIMIT */
#include <sys/utsname.h>
-#ifdef HAVE_NET_SOCKET_H
-#include <net/socket.h>
-#endif
-
#include "getopt.h"
#include "fetchmail.h"
#include "socket.h"