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 /libnetfs/ChangeLog | |
parent | 5a07075504a4066427dae6984d19f81c859a681e (diff) |
.
Diffstat (limited to 'libnetfs/ChangeLog')
-rw-r--r-- | libnetfs/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index 20f60e53..524f3b6d 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,3 +1,17 @@ +2002-06-08 Roland McGrath <roland@frob.com> + + * io-identity.c (netfs_S_io_identity): Use ino_t for FILENO. + + * dir-readdir.c (netfs_S_dir_readdir): Use vm_size_t for AMT. + +2002-06-07 Roland McGrath <roland@frob.com> + + * netfs.h (struct node): Use io_statbuf_t instead of struct stat. + (netfs_attempt_statfs): Use fsys_statfsbuf_t instead of struct statfs. + (struct peropen): Use loff_t instead of off_t. + (netfs_attempt_read, netfs_attempt_write): Likewise. + (netfs_attempt_set_size, netfs_file_get_storage_info): Likewise. + 2002-05-23 Marcus Brinkmann <marcus@gnu.org> * io-read.c (netfs_S_io_read): If desired amount is larger than |