* include/netdb.h: Likewise.
This commit is contained in:
Ulrich Drepper 1999-07-18 05:40:39 +00:00
parent 5da9f08469
commit bbacd44b2a
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* resolv/netdb.h: Adjust parameters of gethostbyaddr and
gethostbyaddr_r.
* include/netdb.h: Likewise.
* inet/gethstbyad.c: Correct type of len parameter.
* inet/gethstbyad_r.c: Likewise.

View File

@ -8,7 +8,7 @@ extern int __gethostent_r __P ((struct hostent *__restrict __result_buf,
int *__restrict __h_errnop));
extern int __gethostbyaddr_r __P ((__const char *__restrict __addr,
int __len, int __type,
size_t __len, int __type,
struct hostent *__restrict __result_buf,
char *__restrict __buf, size_t __buflen,
struct hostent **__restrict __result,