projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
(gethosts): Pretty printing.
[kopensolaris-gnu/glibc.git]
/
sysdeps
/
posix
/
getaddrinfo.c
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; \
int i, herrno; \
size_t tmpbuflen; \
struct hostent th; \
- char *tmpbuf = NULL;
\
+ char *tmpbuf = NULL; \
tmpbuflen = 512; \
no_data = 0; \
do { \
tmpbuflen = 512; \
no_data = 0; \
do { \