attempted hpux fix for resolves
authorDaniel Stenberg <daniel@haxx.se>
Thu, 8 Aug 2002 22:44:43 +0000 (22:44 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 8 Aug 2002 22:44:43 +0000 (22:44 +0000)
lib/hostip.c

index df05458..5a17399 100644 (file)
@@ -630,7 +630,7 @@ Curl_addrinfo *Curl_getaddrinfo(struct SessionHandle *data,
 
       ret = gethostbyname_r(hostname,
                             (struct hostent *)buf,
-                            (struct hostent_data *)(buf + sizeof(struct hostent)));
+                            (struct hostent_data *)((char *)buf + sizeof(struct hostent)));
     else
       ret = -1; /* failure, too smallish buffer size */