From 8a1a698052bb345c41a1b1c5153080d0dcd22cc7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 19 Dec 1999 20:15:47 +0000 Subject: IPv6 patches. svn path=/trunk/; revision=2666 --- socket.c | 1 + 1 file changed, 1 insertion(+) (limited to 'socket.c') diff --git a/socket.c b/socket.c index 09237d2f..9dfa5587 100644 --- a/socket.c +++ b/socket.c @@ -122,6 +122,7 @@ int SockOpen(const char *host, const char *service, const char *options, const char *plugin) { struct addrinfo *ai, req; + int i; #if NET_SECURITY void *request = NULL; int requestlen; -- cgit v1.2.3