diff options
author | Toon Moene <toon@moene.indiv.nluug.nl> | 2001-07-07 20:51:58 +0200 |
---|---|---|
committer | Toon Moene <toon@gcc.gnu.org> | 2001-07-07 18:51:58 +0000 |
commit | 7e29b2612a3fb0049cb16c802cadf672c741e9c0 (patch) | |
tree | 0e9048262cf61415ec252824aa1caef619989bdb /libf2c/libI77/wsfe.c | |
parent | 74d04dd13b38cadf338049f187c4960693172aaa (diff) | |
download | gcc-7e29b2612a3fb0049cb16c802cadf672c741e9c0.zip gcc-7e29b2612a3fb0049cb16c802cadf672c741e9c0.tar.gz gcc-7e29b2612a3fb0049cb16c802cadf672c741e9c0.tar.bz2 |
Makefile.in: Update config.h dependencies.
2001-07-07 Toon Moene <toon@moene.indiv.nluug.nl>
* libI77/Makefile.in: Update config.h dependencies.
* libI77/configure.in: Define _XOPEN_SOURCE and
_FILE_OFFSET_BITS unconditionally.
* libI77/configure: Rebuilt.
* libI77/config.h.in: Rebuilt.
* libI77/endfile.c (t_runc): Replace rewind by FSEEK.
* libI77/err.c (f__nowwriting): The type of `loc' is off_t.
* libI77/open.c (f_open): Replace rewind by FSEEK.
* libI77/rewind.c: Include config.h. (f_rew): Replace
rewind by FSEEK.
* libI77/sfe.c: Include config.h.
* libI77/wsfe.c: Ditto.
* libU77/configure.in: Define _XOPEN_SOURCE and
_FILE_OFFSET_BITS unconditionally.
* libU77/configure: Rebuilt.
* libU77/config.hin: Rebuilt.
From-SVN: r43841
Diffstat (limited to 'libf2c/libI77/wsfe.c')
-rw-r--r-- | libf2c/libI77/wsfe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libf2c/libI77/wsfe.c b/libf2c/libI77/wsfe.c index babfb34..490231a 100644 --- a/libf2c/libI77/wsfe.c +++ b/libf2c/libI77/wsfe.c @@ -1,4 +1,5 @@ /*write sequential formatted external*/ +#include "config.h" #include "f2c.h" #include "fio.h" #include "fmt.h" |