diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-13 21:27:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-13 21:27:24 +0000 |
commit | 4e71681f97b368a532f9bf287786dc83bf1aae2c (patch) | |
tree | 2621f9a9e6b9a2d721ca6c8ccfd9de576c075b00 /storeio | |
parent | 1815974f2cbeff75e7d2256cd3e7e641f8f15453 (diff) |
.
Diffstat (limited to 'storeio')
-rw-r--r-- | storeio/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog index 566b9169..da7185ef 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,3 +1,9 @@ +2002-06-13 Roland McGrath <roland@frob.com> + + * io.c (trivfs_S_io_read, trivfs_S_io_write): off_t -> loff_t. + Fix DATA argument type. + (trivfs_S_file_sync): Add missing last arg. + 2002-05-08 Roland McGrath <roland@frob.com> * pager.c (pager_read_page, pager_write_page): int -> size_t |