diff options
Diffstat (limited to 'lib/hostip.c')
-rw-r--r-- | lib/hostip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hostip.c b/lib/hostip.c index 9151605d4..0118ebd5d 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -409,7 +409,7 @@ static char *MakeIP(unsigned long num,char *addr, int addr_len) considerably. */ #ifndef INADDR_NONE -#define INADDR_NONE (unsigned long) ~0 +#define INADDR_NONE (in_addr_t) ~0 #endif Curl_addrinfo *Curl_getaddrinfo(struct SessionHandle *data, |