summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2003-08-21 03:55:53 +0000
committerKen Raeburn <raeburn@mit.edu>2003-08-21 03:55:53 +0000
commit86c2afb1b1b760f93b730f68e7c4b0c0af924f57 (patch)
tree2fb577066aaab326be694eae6803d864863f3eb6 /src/include/ChangeLog
parent0c3cf577b5db2e373ff4af11d62bb9dd4db778ee (diff)
downloadkrb5-86c2afb1b1b760f93b730f68e7c4b0c0af924f57.tar.gz
krb5-86c2afb1b1b760f93b730f68e7c4b0c0af924f57.tar.xz
krb5-86c2afb1b1b760f93b730f68e7c4b0c0af924f57.zip
Make things work on IRIX again
* 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. ticket: 1380 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15783 dc483132-0cff-0310-8789-dd5450dbe970
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 853ed01ea..1b650b9aa 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.