--- ray/src/util/netproc.c 1996/01/18 11:24:53 2.1 +++ ray/src/util/netproc.c 1996/02/07 16:42:45 2.2 @@ -75,7 +75,7 @@ int np; register char *cp; register int len; - gethostname(ourhost, sizeof(ourhost)); + strcpy(ourhost, myhostname()); getcwd(dirtmp, sizeof(dirtmp)); if ((cp = getenv("HOME")) != NULL) { if (!strcmp(cp, dirtmp))