Revert addition of verify, for BSD/OS.
authorEric Blake <ebb9@byu.net>
Tue, 18 Dec 2007 04:50:40 +0000 (21:50 -0700)
committerEric Blake <ebb9@byu.net>
Tue, 18 Dec 2007 04:50:40 +0000 (21:50 -0700)
commitb41a41b698a82d0777fdc20bad8904ae65439338
tree9e597254b575c1261534283dd19104c8fef7711e
parenta4da9fe973e790bfbf2008d1f50445d22a024efa
Revert addition of verify, for BSD/OS.

* lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
can't handle large files, for the sake of obsolete platforms.
* modules/fseeko (Depends-on): Remove verify.
* doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
* doc/functions/ftello.texi (ftello): Likewise.
* doc/functions/fgetpos.texi (fgetpos): Likewise.
Reported by Larry Jones.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/functions/fgetpos.texi
doc/functions/fseeko.texi
doc/functions/ftello.texi
lib/fseeko.c
modules/fseeko