s/gethostname/k_gethostname/

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@703 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-08-31 21:12:29 +00:00
parent c36c25417e
commit 83290cb18a
8 changed files with 11 additions and 11 deletions

View File

@@ -89,7 +89,7 @@ pop_init(POP *p,int argcount,char **argmessage)
p->myname = argmessage[0];
/* Get the name of our host */
(void)gethostname(p->myhost,MaxHostNameLen);
k_gethostname(p->myhost,MaxHostNameLen);
/* Open the log file */
#ifdef SYSLOG42