diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:55:56 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:55:56 +0000 |
commit | 5798491126bcb231c4fbd5a9675bae036146ad01 (patch) | |
tree | 1f38510353d3efa12978386a3990f12c993eae3f /usermux/ChangeLog | |
parent | 99901fb5c9b4a394d25e4238eadf0677093215ee (diff) |
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* mux.c (get_dirents): Use munmap instead of vm_deallocate.
(netfs_get_dirents): Likewise.
Diffstat (limited to 'usermux/ChangeLog')
-rw-r--r-- | usermux/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usermux/ChangeLog b/usermux/ChangeLog index c5d1323d..1a29b900 100644 --- a/usermux/ChangeLog +++ b/usermux/ChangeLog @@ -1,3 +1,8 @@ +1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> + + * mux.c (get_dirents): Use munmap instead of vm_deallocate. + (netfs_get_dirents): Likewise. + 1999-02-28 Roland McGrath <roland@baalperazim.frob.com> * node.c (netfs_attempt_utimes): Fix typo in last change. |