commit | 226f9f4fadb087875ef98a0a55d614236c6241b3 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Mon Aug 07 14:40:35 2023 +0930 |
committer | Alan Modra <amodra@gmail.com> | Wed Aug 09 08:48:09 2023 +0930 |
tree | e6c63b104143dd86acf739d5633649582668224e | |
parent | feddea4b466ce4f2bb2301fd2d4bef56e8d09ccc [diff] |
Rename bfd_bread and bfd_bwrite These were renamed from bfd_read and bfd_write back in 2001 when they lost an unnecessary parameter. Rename them back, and get rid of a few casts that are only needed without prototyped functions (K&R C).