Mercurial > gftp.yaz
diff lib/protocols.c @ 463:39d9cf1bf0df
2004-4-14 Brian Masney <masneyb@gftp.org>
* lib/protocols.c lib/rfc959.c src/gtk/transfer.c - AMD64 fixes
| author | masneyb |
|---|---|
| date | Fri, 16 Apr 2004 02:11:22 +0000 |
| parents | 075f89b4395c |
| children | 2ad1916dc611 |
line wrap: on
line diff
--- a/lib/protocols.c Thu Apr 15 14:23:21 2004 +0000 +++ b/lib/protocols.c Fri Apr 16 02:11:22 2004 +0000 @@ -1948,8 +1948,9 @@ int port, sock; #if defined (HAVE_GETADDRINFO) && defined (HAVE_GAI_STRERROR) struct addrinfo hints, *res; - int errnum, enable_ipv6; + intptr_t enable_ipv6; char serv[8]; + int errnum; if ((request->use_proxy = gftp_need_proxy (request, service, proxy_hostname, proxy_port)) < 0)
