Subject: off_t & stdio
To: None <netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: J.T. Conklin <conklin@ngai.kaleida.com>
List: netbsd-bugs
Date: 03/31/1994 12:13:41
The stdio functions fgetpos() & fsetpos() are implemented in terms of
ftell() & fseek().

That was fine & dandy when off_t's were longs, but now that they are
quads, ftell() & fseek() should really be implemented in terms of
fgetpos() & fsetpos().

	--jtc

------------------------------------------------------------------------------