Don't use h_errno at all; it doesn't work on all platforms (for
authorTheodore Tso <tytso@mit.edu>
Tue, 29 Sep 1998 23:26:19 +0000 (23:26 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 29 Sep 1998 23:26:19 +0000 (23:26 +0000)
commit8e7094c10bd6b3264ee495555775a93def4ac1e3
tree0db0cd1eb4b74f4364b16bcdc059f89b836a0a38
parent1dfed1c1bd2801ea34005c320612ad6130f4759c
Don't use h_errno at all; it doesn't work on all platforms (for
example HPUX), and it's just not worth the effort to disambiguate
between the different reasons why gethostbyname() might have failed.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10948 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/user_user/ChangeLog
src/appl/user_user/client.c