| 1 |
– |
/* Copyright (c) 1998 Silicon Graphics, Inc. */ |
| 2 |
– |
|
| 1 |
|
#ifndef lint |
| 2 |
< |
static char SCCSid[] = "$SunId$ SGI"; |
| 2 |
> |
static const char RCSid[] = "$Id$"; |
| 3 |
|
#endif |
| 6 |
– |
|
| 4 |
|
/* |
| 5 |
|
* Generate renderable grids from a holodeck file |
| 6 |
|
*/ |
| 61 |
|
nextloc = ftell(fp); /* get stdio position */ |
| 62 |
|
fclose(fp); /* done with stdio */ |
| 63 |
|
for (n = 0; nextloc > 0L; n++) { /* get the section(s) */ |
| 64 |
< |
lseek(fd, (long)nextloc, 0); |
| 64 |
> |
lseek(fd, (off_t)nextloc, 0); |
| 65 |
|
read(fd, (char *)&nextloc, sizeof(nextloc)); |
| 66 |
|
if (sect < 0 | n == sect) { |
| 67 |
|
read(fd, (char *)&hdsect, sizeof(HDGRID)); |