--- ray/src/ot/readobj2.c 1991/11/12 17:01:03 2.1 +++ ray/src/ot/readobj2.c 1993/06/04 17:02:19 2.3 @@ -28,7 +28,7 @@ char *input; int (*callback)(); { FILE *popen(); - char *fgets(), *fgetline(); + char *fgetline(); FILE *infp; char buf[512]; register int c; @@ -97,7 +97,6 @@ int (*f)(); objerror(&thisobj, USER, errmsg); } thisobj.os = NULL; - thisobj.lastrno = -1; /* call function */ (*f)(&thisobj); /* free memory */