* libio/libio.h (_IO_FILE): Revert type of _chain to _IO_FILE*.
authorGreg McGary <greg@mcgary.org>
Tue, 4 Jul 2000 00:49:25 +0000 (00:49 +0000)
committerGreg McGary <greg@mcgary.org>
Tue, 4 Jul 2000 00:49:25 +0000 (00:49 +0000)
commit73c115ed0b5d25e64b3495f12d1f092db7ce9715
tree75d594857f65599d4dc43be9e00afee6b4f8120a
parenta88b96f496c0214424db1219d21ce669fbc102a0
* libio/libio.h (_IO_FILE): Revert type of _chain to _IO_FILE*.

* libio/libioP.h (_IO_ITER): Revert to type _IO_FILE*.
(FILEBUF_LITERAL): Add cast for CHAIN init.
* libio/genops.c (_IO_un_link, _IO_link_in, _IO_iter_begin): Add casts.
(_IO_flush_all, _IO_flush_all_linebuffered, _IO_unbuffer_write):
Revert type of `fp' to _IO_FILE*.
(_IO_iter_file): Remove cast.
(_IO_iter_next): Elide intermediate member reference.
* libio/libio.h (_IO_FILE): Revert type of _chain to _IO_FILE*.
* libio/libioP.h (_IO_ITER): Revert to type _IO_FILE*.
(FILEBUF_LITERAL): Add cast for CHAIN init.
* libio/genops.c (_IO_un_link, _IO_link_in, _IO_iter_begin): Add casts.
(_IO_flush_all, _IO_flush_all_linebuffered, _IO_unbuffer_write):
Revert type of `fp' to _IO_FILE*.
(_IO_iter_file): Remove cast.
(_IO_iter_next): Elide intermediate member reference.
ChangeLog
libio/genops.c
libio/libio.h
libio/libioP.h