diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:49:47 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:49:47 +0000 |
commit | f51cf6ff2a01cb9f9fb9bee7dc8dcbcf963399b5 (patch) | |
tree | 7f1bffc55fd63e5d1248f70ece7d1fb1bb1a19d0 /isofs/ChangeLog | |
parent | aaef9904fb0393a391c683a8965e633d96bd63d8 (diff) |
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* lookup.c (diskfs_get_directs): Use munmap instead of
vm_deallocate.
Diffstat (limited to 'isofs/ChangeLog')
-rw-r--r-- | isofs/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/isofs/ChangeLog b/isofs/ChangeLog index 74d70e07..d26799e5 100644 --- a/isofs/ChangeLog +++ b/isofs/ChangeLog @@ -1,3 +1,8 @@ +1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> + + * lookup.c (diskfs_get_directs): Use munmap instead of + vm_deallocate. + 1999-06-13 Roland McGrath <roland@baalperazim.frob.com> * lookup.c (diskfs_get_directs): Add cast to silence warning. |