use roken* macros

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3700 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-10-29 01:30:58 +00:00
parent c145f0f8e4
commit 62143c0e4a
9 changed files with 19 additions and 15 deletions

View File

@@ -66,7 +66,7 @@ gethostname_fallback (krb5_addresses *res)
if (gethostname (hostname, sizeof(hostname)))
return errno;
hostent = gethostbyname (hostname);
hostent = roken_gethostbyname (hostname);
if (hostent == NULL)
return errno;
res->len = 1;