--- ray/src/hd/genrhgrid.c 2003/02/22 02:07:24 3.2 +++ ray/src/hd/genrhgrid.c 2003/06/20 00:25:49 3.4 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: genrhgrid.c,v 3.2 2003/02/22 02:07:24 greg Exp $"; +static const char RCSid[] = "$Id: genrhgrid.c,v 3.4 2003/06/20 00:25:49 greg Exp $"; #endif /* * Generate renderable grids from a holodeck file @@ -41,11 +41,10 @@ gridsect(fname, sect) /* get specified section(s) and char *fname; int sect; { - extern long ftell(); FILE *fp; HOLO hdsect; int fd; - int4 nextloc; + int32 nextloc; int n; /* open holodeck file */ if ((fp = fopen(fname, "r")) == NULL) {