diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-11 21:43:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-11 21:43:43 +0000 |
commit | e134b714b6acb56586e9b4fe030aa44e272e8647 (patch) | |
tree | ccaf353b2c2195dd7e302b60bbf5aa70ce14000b /libtrivfs | |
parent | 5a07075504a4066427dae6984d19f81c859a681e (diff) |
.
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog index e43f8bfd..5a354668 100644 --- a/libtrivfs/ChangeLog +++ b/libtrivfs/ChangeLog @@ -1,3 +1,14 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * io-identity.c (trivfs_S_io_identity): Use ino_t for FILENO. + + * dir-readdir.c (trivfs_S_dir_readdir): Use vm_size_t for AMOUNT. + +2002-06-07 Roland McGrath <roland@frob.com> + + * trivfs.h (trivfs_modify_stat): + Use io_statbuf_t instead of struct stat. + 2002-05-28 Roland McGrath <roland@frob.com> * dir-readdir.c (trivfs_S_dir_readdir): u_int -> size_t |