Skip to content
Snippets Groups Projects
Commit aff19f64 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use in_addr_t for inet_addr() return code. Now, now portable is this *REALLY*?

We should add some configure tests for this!
parent 15a56b42
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment