fio.h: Revert type of url from off_t to int.
authorToon Moene <toon@moene.indiv.nluug.nl>
Tue, 10 Jul 2001 20:39:40 +0000 (22:39 +0200)
committerToon Moene <toon@gcc.gnu.org>
Tue, 10 Jul 2001 20:39:40 +0000 (20:39 +0000)
commit64135693a576eecf63ce6371359fada79f273230
tree89eb659462853318608bb3507fe34fbbc068ae65
parentd7624dc011bb4e15bbd0e3f6b3588410b3179488
fio.h: Revert type of url from off_t to int.

2001-07-10  Toon Moene  <toon@moene.indiv.nluug.nl>

* libI77/fio.h: Revert type of url from off_t to int.
* libI77/dfe.c (c_dfe): Cast offset expression in FSEEK to off_t.
* libI77/due.c (c_due): Ditto.  (e_rdue): Ditto.
* libI77/ftell_.c (G77_ftell_0): Cast result of FTELL to integer.
(G77_fseek_0): Cast offset argument of FSEEK to off_t.

From-SVN: r43910
libf2c/ChangeLog
libf2c/libI77/dfe.c
libf2c/libI77/due.c
libf2c/libI77/fio.h
libf2c/libI77/ftell_.c