summaryrefslogtreecommitdiff
path: root/libf2c/libI77/err.c
diff options
context:
space:
mode:
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-01 13:18:08 +0000
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-01 13:18:08 +0000
commit94807f3cece9c23632f076dd09e494ea7a762126 (patch)
tree3d617381f3fc55b542e0160f341654311523cc1b /libf2c/libI77/err.c
parent4623dc33c058964403ae3cd115f34cb9e8e2a45a (diff)
downloadgcc-94807f3cece9c23632f076dd09e494ea7a762126.tar.gz
2001-07-01 Toon Moene <toon@moene.indiv.nluug.nl>
Pedro Vazquez <vazquez@penelope.iqm.unicamp.br> * libI77/fio.h: Use off_t when appropriate. * libI77/backspace.c (f_back): Ditto. * libI77/endfile.c (t_runc): Ditto. * libI77/err.c (f__nowreading): Ditto. * libI77/ftell_.c (unit_chk): Ditto. * libI77/sue.c (global f__recloc, s_wsue): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43670 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/libI77/err.c')
-rw-r--r--libf2c/libI77/err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libf2c/libI77/err.c b/libf2c/libI77/err.c
index 6784cdd4576..67b50095f56 100644
--- a/libf2c/libI77/err.c
+++ b/libf2c/libI77/err.c
@@ -210,7 +210,7 @@ f__nowreading(x) unit *x;
f__nowreading(unit *x)
#endif
{
- long loc;
+ off_t loc;
int ufmt, urw;
extern char *f__r_mode[], *f__w_mode[];