| # | Line 18 | Line 18 | FILE * | |
|---|---|---|
| 18 | frlibopen(fname) /* find file and open for reading */ | |
| 19 | register char *fname; | |
| 20 | { | |
| 21 | < | extern char *strcpy(), *getrlibpath(); |
| 21 | > | extern char *getrlibpath(); |
| 22 | FILE *fp; | |
| 23 | char pname[PATH_MAX]; | |
| 24 | register char *sp, *cp; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |