diff options
Diffstat (limited to 'libf2c/libI77/err.c')
-rw-r--r-- | libf2c/libI77/err.c | 2 |
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[]; |