[cvs-nhc98] Hat: Fix fpos_t problem in new versions of ISO C.

Malcolm Wallace malcolm@sparud.net
Fri, 16 Feb 2001 17:02:44 +0100 (CET)


malcolm: Fri Feb 16 17:02:44 CET 2001

Update of /usr/src/master/nhc/src/tracer/runtime
In directory hinken:/tmp/cvs-serv26864

Modified Files:
	ident.c 
Log Message:
Hat: Fix fpos_t problem in new versions of ISO C.
   Change fpos_t    -> unsigned long
          fgetpos() -> ftell()
          fsetpos() -> fseek()