diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-12-19 20:01:54 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-12-19 20:01:54 +0000 |
commit | 54db95afe380e6f446ed5c425e76361bec6f1af0 (patch) | |
tree | d293f4615f0798ae7ff678e2d5e9250bad37d275 /socket.c | |
parent | e7df604e32900cd5ac95765a30460be8d2de99cb (diff) | |
download | fetchmail-54db95afe380e6f446ed5c425e76361bec6f1af0.tar.gz fetchmail-54db95afe380e6f446ed5c425e76361bec6f1af0.tar.bz2 fetchmail-54db95afe380e6f446ed5c425e76361bec6f1af0.zip |
Before the IPV6 patch.
svn path=/trunk/; revision=2665
Diffstat (limited to 'socket.c')
-rw-r--r-- | socket.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -126,6 +126,7 @@ int SockOpen(const char *host, const char *service, const char *options, void *request = NULL; int requestlen; #endif /* NET_SECURITY */ + int i; #ifdef HAVE_SOCKETPAIR if (plugin) |