diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:27:55 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:27:55 +0000 |
commit | 8296fd7fe688a203d71c63bdd2fbc4cd098989c1 (patch) | |
tree | 3d2c4db6217702a2fbc39e187aa79b41b74f066f /ftpfs/ChangeLog | |
parent | b84e750c4abc10e5e1fb066abf1757b1ea42315e (diff) |
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* ccache.c (ccache_read): Use mmap instead of vm_allocate.
* netfs.c (get_dirents): Likewise.
Diffstat (limited to 'ftpfs/ChangeLog')
-rw-r--r-- | ftpfs/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ftpfs/ChangeLog b/ftpfs/ChangeLog index 93c6db92..99527918 100644 --- a/ftpfs/ChangeLog +++ b/ftpfs/ChangeLog @@ -3,6 +3,11 @@ * netfs.c: Add #include <sys/mman.h> for munmap decl. * ccache.c: Likewise. +1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> + + * ccache.c (ccache_read): Use mmap instead of vm_allocate. + * netfs.c (get_dirents): Likewise. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * ccache.c (ccache_read): Use munmap instead of vm_deallocate. |