projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8050751
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sat, 1 Oct 2005 09:49:40 +0000
(09:49 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 1 Oct 2005 09:49:40 +0000
(09:49 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index
66b4e93
..
448ff13
100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,3
+1,9
@@
+2005-10-01 Simon Josefsson <jas@extundo.com>
+
+ * getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
+ Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO. Protect
+ AI_* and EAI_* definitions. Protect function declarations.
+
2005-09-29 Paul Eggert <eggert@cs.ucla.edu>
* openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.