ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/fropen.c
(Generate patch)

Comparing ray/src/common/fropen.c (file contents):
Revision 2.11 by schorsch, Mon Jun 30 14:59:11 2003 UTC vs.
Revision 2.12 by greg, Mon Jun 30 18:18:22 2003 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines