diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:50:43 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:50:43 +0000 |
commit | 9453e9c4b42441016d4cb7c9830750a5bd5d84ad (patch) | |
tree | 30db54ed191d88df09b121a26de86c937eaa7bf7 /libnetfs/ChangeLog | |
parent | 0573b5a9f199716eba80f5bad9d50b4e109cfbe6 (diff) |
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* io-read.c (netfs_S_io_read): Use munmap instead of
vm_deallocate.
* release-protid.c (netfs_release_protid): Likewise.
Diffstat (limited to 'libnetfs/ChangeLog')
-rw-r--r-- | libnetfs/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index ae25f1d8..74f6c5f0 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,3 +1,9 @@ +1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> + + * io-read.c (netfs_S_io_read): Use munmap instead of + vm_deallocate. + * release-protid.c (netfs_release_protid): Likewise. + 1999-07-01 Thomas Bushnell, BSG <tb@mit.edu> * nref.c: New file; guts from netfs.h. |