summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 853ed01eac..1b650b9aad 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,5 +1,12 @@
2003-08-20 Ken Raeburn <raeburn@mit.edu>
+ * fake-addrinfo.h (inline): Move definitions further up, before
+ first use. Do use __inline__ for gcc without c99 support.
+ (GET_SERV_BY_NAME) [!GETSERVBYNAME_R_RETURNS_INT]: Fix invocation
+ for IRIX definition.
+ * socket-utils.h: Include port-sockets.h to get a definition for
+ struct sockaddr_storage.
+
First cut at adding local caching to the getaddrinfo support.
Still needs work.
* fake-addrinfo.h: Delete the unused WRAP_GETNAMEINFO support.