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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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