| # | Line 11 | Line 11 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 11 | ||
| 12 | #include <stdio.h> | |
| 13 | ||
| 14 | + | #include "rtio.h" |
| 15 | #include "paths.h" | |
| 16 | ||
| 17 | ||
| # | Line 18 | Line 19 | FILE * | |
| 19 | frlibopen(fname) /* find file and open for reading */ | |
| 20 | register char *fname; | |
| 21 | { | |
| 22 | < | extern char *strcpy(), *getrlibpath(); |
| 22 | > | extern char *getrlibpath(); |
| 23 | FILE *fp; | |
| 24 | < | char pname[MAXPATH]; |
| 24 | > | char pname[PATH_MAX]; |
| 25 | register char *sp, *cp; | |
| 26 | ||
| 27 | if (fname == NULL) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |