From 54824bb0af1c05f0811cb43a0ce0a8f8753eec02 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 10 Feb 2002 23:53:55 +0000 Subject: * fake-addrinfo.h: Always check for FAI_PREFIX, not just when fake getaddrinfo support is needed. (fixup_addrinfo): Declare. * fake-addrinfo.c (fixup_addrinfo): New function, fixes up breakage in AIX and GNU implementations (so far) of getaddrinfo. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14139 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 35c585a3e..3b405fa08 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,11 @@ +2002-02-10 Ken Raeburn + + * fake-addrinfo.h: Always check for FAI_PREFIX, not just when fake + getaddrinfo support is needed. + (fixup_addrinfo): Declare. + * fake-addrinfo.c (fixup_addrinfo): New function, fixes up + breakage in AIX and GNU implementations (so far) of getaddrinfo. + 2002-01-08 Ken Raeburn * socket-utils.h (ss2sin6) [__GNUC__]: Define inline function only -- cgit