projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfb0552
)
(__gethostbyaddr_r): Change type of len parameter.
author
drepper
<drepper>
Sun, 18 Jul 1999 05:39:14 +0000
(
05:39
+0000)
committer
drepper
<drepper>
Sun, 18 Jul 1999 05:39:14 +0000
(
05:39
+0000)
include/netdb.h
patch
|
blob
|
history
diff --git
a/include/netdb.h
b/include/netdb.h
index
3311e45
..
8fffe3c
100644
(file)
--- a/
include/netdb.h
+++ b/
include/netdb.h
@@
-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,
-
in
t __len, int __type,
+
size_
t __len, int __type,
struct hostent *__restrict __result_buf,
char *__restrict __buf, size_t __buflen,
struct hostent **__restrict __result,