Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 11/18/1998 13:11:09
Module Name:	src
Committed By:	kleink
Date:		Wed Nov 18 21:11:09 UTC 1998

Modified Files:
	src/lib/libc/stdio: rewind.c
Log Message:
* Wrap file locking around the function body in order to have fseek() and
clearerr() executed as a single unit.
* Remove clearing of errno; this fseek() error indicator must be visible to
the caller.