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
(from parent 1:
857cf95
)
(gethosts): Pretty printing.
author
drepper
<drepper>
Wed, 20 Nov 2002 19:50:48 +0000
(19:50 +0000)
committer
drepper
<drepper>
Wed, 20 Nov 2002 19:50:48 +0000
(19:50 +0000)
sysdeps/posix/getaddrinfo.c
patch
|
blob
|
history
diff --git
a/sysdeps/posix/getaddrinfo.c
b/sysdeps/posix/getaddrinfo.c
index
3ba4bde
..
4af40f9
100644
(file)
--- a/
sysdeps/posix/getaddrinfo.c
+++ b/
sysdeps/posix/getaddrinfo.c
@@
-270,7
+270,7
@@
gaih_inet_serv (const char *servicename, const struct gaih_typeproto *tp,
int i, herrno; \
size_t tmpbuflen; \
struct hostent th; \
- char *tmpbuf = NULL;
\
+ char *tmpbuf = NULL; \
tmpbuflen = 512; \
no_data = 0; \
do { \