diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:30:09 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:30:09 +0000 |
commit | 511d0368972e61018b20e1debbefea04264fcd08 (patch) | |
tree | ccafc118b30fd95d85281ecab8c92021e9353474 /libnetfs/ChangeLog | |
parent | ad014b1412367ef9c9038b3b52fa83f6c748e520 (diff) | |
download | hurd-511d0368972e61018b20e1debbefea04264fcd08.tar.gz hurd-511d0368972e61018b20e1debbefea04264fcd08.tar.bz2 hurd-511d0368972e61018b20e1debbefea04264fcd08.zip |
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* file-get-storage-info.c (netfs_S_file_get_storage_info): Use
mmap instead of vm_allocate.
* file-get-translator.c (netfs_S_file_get_translator): Likewise.
* io-read.c (netfs_S_io_read): Likewise.
Diffstat (limited to 'libnetfs/ChangeLog')
-rw-r--r-- | libnetfs/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index dc9f3e8a..3e024d15 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -3,6 +3,13 @@ * io-read.c: Add #include <sys/mman.h> for munmap decl. * release-protid.c: Likewise. +1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> + + * file-get-storage-info.c (netfs_S_file_get_storage_info): Use + mmap instead of vm_allocate. + * file-get-translator.c (netfs_S_file_get_translator): Likewise. + * io-read.c (netfs_S_io_read): Likewise. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * io-read.c (netfs_S_io_read): Use munmap instead of |