aboutsummaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-01 17:34:44 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-01 17:34:44 +0000
commit9ed32aae0cceb23373b55a319a3483728a1042d7 (patch)
tree8e5b16d949224ecd3bd0c7c1b760194de74d2761 /socket.c
parent6d77e3b3e9a420477e69ed84ede49ed3c983ac83 (diff)
downloadfetchmail-9ed32aae0cceb23373b55a319a3483728a1042d7.tar.gz
fetchmail-9ed32aae0cceb23373b55a319a3483728a1042d7.tar.bz2
fetchmail-9ed32aae0cceb23373b55a319a3483728a1042d7.zip
Header cleanup.
svn path=/trunk/; revision=463
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/socket.c b/socket.c
index 7a98f83f..f0020adf 100644
--- a/socket.c
+++ b/socket.c
@@ -7,14 +7,11 @@
#include <config.h>
#include <stdio.h>
-#include <fcntl.h>
#include <sys/types.h>
#include <sys/socket.h>
-#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#if defined(STDC_HEADERS)
-#include <string.h>
#include <stdlib.h>
#endif
#if defined(HAVE_UNISTD_H)
@@ -25,7 +22,6 @@
#else
#include <varargs.h>
#endif
-#include <errno.h>
#include "socket.h"
FILE *Socket(host, clientPort)