Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 07/08/2000 06:51:28
Module Name:	basesrc
Committed By:	kleink
Date:		Sat Jul  8 13:51:28 UTC 2000

Modified Files:
	basesrc/lib/libc/stdio: fgetpos.c fsetpos.c

Log Message:
In fgetpos() and fsetpos(), use ftello() and fseeko(), respectively, to avoid
truncating the value stored in the fpos_t object operated on to that of a
long integer; adresses PR lib/6637.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/lib/libc/stdio/fgetpos.c
cvs rdiff -r1.8 -r1.9 basesrc/lib/libc/stdio/fsetpos.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.