| # | Line 75 | Line 75 | int np; | |
|---|---|---|
| 75 | register char *cp; | |
| 76 | register int len; | |
| 77 | ||
| 78 | < | gethostname(ourhost, sizeof(ourhost)); |
| 78 | > | strcpy(ourhost, myhostname()); |
| 79 | getcwd(dirtmp, sizeof(dirtmp)); | |
| 80 | if ((cp = getenv("HOME")) != NULL) { | |
| 81 | if (!strcmp(cp, dirtmp)) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |