diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-09-08 08:41:48 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-09-08 08:41:48 +0000 |
commit | acaedfea96345110b420a9ad66accef684fe45c4 (patch) | |
tree | bdcc77e604484393f552b06b2815ca1ccf920d64 /trans/ChangeLog | |
parent | d0b0007290e8dc5dccd6ff7a0fb3640937e4ce63 (diff) |
1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>
* null.c (trivfs_S_io_map): Renamed to ...
(trivfs_S_io_map_segment): ... here, with new parameter `index'.
* new-fifo.c (trivfs_S_io_map): Renamed to ...
(trivfs_S_io_map_segment): ... here, with new parameter `index'.
* fifo.c (trivfs_S_io_map): Renamed to ...
(trivfs_S_io_map_segment): ... here, with new parameter `index'.
Diffstat (limited to 'trans/ChangeLog')
-rw-r--r-- | trans/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog index db46e44a..e719385a 100644 --- a/trans/ChangeLog +++ b/trans/ChangeLog @@ -1,3 +1,12 @@ +1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> + + * null.c (trivfs_S_io_map): Renamed to ... + (trivfs_S_io_map_segment): ... here, with new parameter `index'. + * new-fifo.c (trivfs_S_io_map): Renamed to ... + (trivfs_S_io_map_segment): ... here, with new parameter `index'. + * fifo.c (trivfs_S_io_map): Renamed to ... + (trivfs_S_io_map_segment): ... here, with new parameter `index'. + 1999-08-31 Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> * crash.c (trivfs_modify_stat): Remove redundant fstype setting. |