pull up r19410 from trunk
authorTom Yu <tlyu@mit.edu>
Tue, 10 Apr 2007 21:52:23 +0000 (21:52 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 10 Apr 2007 21:52:23 +0000 (21:52 +0000)
commitb99205e73d7d6535db43192c66b1726ea0a176a0
tree6c6708579c422019365b5e4ded2add7740bf5f4f
parent012a957e29c7a3d66083093602293507406db0eb
pull up r19410 from trunk

 r19410@cathode-dark-space:  raeburn | 2007-04-09 16:58:13 -0400
 ticket: new
 subject: EAI_NODATA deprecated, not always defined
 tags: pullup
 target_version: 1.6.1

 Brian Kantor reports (on the kerberos@mit list today) that krb5-1.6
 doesn't build on FreeBSD 6.1 because they've done away with
 EAI_NODATA, which was removed from the getaddrinfo API in RFC 3943.

 This patch conditionalizes two tests for EAI_NODATA on the macro being
 defined, and also adds handling for EAI_OVERFLOW, a new error code
 added in RFC 3943.

ticket: 5518
version_fixed: 1.6.1

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19418 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/os/hst_realm.c
src/lib/krb5/os/locate_kdc.c