mirror of
https://github.com/curl/curl.git
synced 2026-07-24 10:57:16 +03:00
use in_addr_t for inet_addr() return code. Now, now portable is this *REALLY*?
We should add some configure tests for this!
This commit is contained in:
parent
15a56b42d6
commit
aff19f64b5
1 changed files with 1 additions and 1 deletions
|
|
@ -815,7 +815,7 @@ ftp_pasv_verbose(struct connectdata *conn,
|
|||
char hostent_buf[8192];
|
||||
|
||||
#if defined(HAVE_INET_ADDR)
|
||||
unsigned long address;
|
||||
in_addr_t address;
|
||||
# if defined(HAVE_GETHOSTBYADDR_R)
|
||||
int h_errnop;
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue