From fe37fb5921a590a70ddcdb146955eb94b9ecf17b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 2 Jan 2002 10:06:47 +0000 Subject: Philip Gladstone's 64-bit sparc native compiler compatibility issues fixed. --- lib/hostip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hostip.c') diff --git a/lib/hostip.c b/lib/hostip.c index f3a3ccaa5..86faa117a 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -265,7 +265,7 @@ Curl_addrinfo *Curl_getaddrinfo(struct SessionHandle *data, char **bufp) { struct hostent *h = NULL; - unsigned long in; + in_addr_t in; int ret; /* this variable is unused on several platforms but used on some */ #define CURL_NAMELOOKUP_SIZE 9000 -- cgit v1.2.3