summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 7f05b0638..30cccd96c 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,5 +1,11 @@
2004-07-16 Ken Raeburn <raeburn@mit.edu>
+ * fake-addrinfo.h: Don't include netdb.h, since port-sockets.h
+ already does.
+ * port-sockets.h: Define _XOPEN_SOURCE_EXTENDED around inclusion
+ of netdb.h if it's not defined and not Windows, as fake-addrinfo.h
+ used to do; otherwise just include it normally.
+
* port-sockets.h (inet_ntop): Cast NULL to desired return pointer
type.