--- ray/src/hd/genrhenv.c 2003/02/22 02:07:24 3.3 +++ ray/src/hd/genrhenv.c 2003/05/29 16:26:21 3.4 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: genrhenv.c,v 3.3 2003/02/22 02:07:24 greg Exp $"; +static const char RCSid[] = "$Id: genrhenv.c,v 3.4 2003/05/29 16:26:21 greg Exp $"; #endif /* * Create a closed environment from a holodeck section @@ -55,7 +55,6 @@ openholo(fname, sect) /* open holodeck section for in char *fname; int sect; { - extern long ftell(); FILE *fp; int fd; int4 nextloc;