--- ray/src/hd/genrhenv.c 2003/02/22 02:07:24 3.3 +++ ray/src/hd/genrhenv.c 2003/06/20 00:25:49 3.5 @@ -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.5 2003/06/20 00:25:49 greg Exp $"; #endif /* * Create a closed environment from a holodeck section @@ -55,10 +55,9 @@ openholo(fname, sect) /* open holodeck section for in char *fname; int sect; { - extern long ftell(); FILE *fp; int fd; - int4 nextloc; + int32 nextloc; int n; /* open holodeck file */ if ((fp = fopen(fname, "r")) == NULL) {