--- ray/src/common/fropen.c 1994/04/14 04:44:45 2.6 +++ ray/src/common/fropen.c 2003/02/25 02:47:21 2.9 @@ -1,20 +1,21 @@ -/* Copyright (c) 1992 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: fropen.c,v 2.9 2003/02/25 02:47:21 greg Exp $"; #endif - /* * Find and open a Radiance library file. + * + * External symbols declared in standard.h */ +#include "copyright.h" + #include #include "paths.h" FILE * -fropen(fname) /* find file and open for reading */ +frlibopen(fname) /* find file and open for reading */ register char *fname; { extern char *strcpy(), *getlibpath();