From 64135693a576eecf63ce6371359fada79f273230 Mon Sep 17 00:00:00 2001 From: Toon Moene Date: Tue, 10 Jul 2001 22:39:40 +0200 Subject: fio.h: Revert type of url from off_t to int. 2001-07-10 Toon Moene * 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/libI77/fio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libf2c/libI77/fio.h') diff --git a/libf2c/libI77/fio.h b/libf2c/libI77/fio.h index aaeb68d..8c6d274 100644 --- a/libf2c/libI77/fio.h +++ b/libf2c/libI77/fio.h @@ -45,7 +45,7 @@ typedef struct long uinode; int udev; #endif - off_t url; /*0=sequential*/ + int url; /*0=sequential*/ flag useek; /*true=can backspace, use dir, ...*/ flag ufmt; flag urw; /* (1 for can read) | (2 for can write) */ -- cgit v1.1