git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3695 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-10-29 01:28:03 +00:00
parent 770632d951
commit 545297c6e4
7 changed files with 15 additions and 12 deletions

View File

@@ -175,7 +175,7 @@ doit (const char *hostname, int port, const char *service)
struct in_addr **h;
struct hostent *hostent;
hostent = gethostbyname (hostname);
hostent = roken_gethostbyname (hostname);
if (hostent == NULL)
errx (1, "gethostbyname '%s' failed: %s",
hostname,