diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 01:52:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 01:52:42 +0000 |
commit | ab1140746d1b9c5959def3b79ba6af548229007f (patch) | |
tree | 02c7dfdda5bbc9dfc034385a8514604f1294afd9 /ufs/ChangeLog | |
parent | ee2b10d0dae4dd3a1c62e3d31407bcab0e40940b (diff) |
.
Diffstat (limited to 'ufs/ChangeLog')
-rw-r--r-- | ufs/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ufs/ChangeLog b/ufs/ChangeLog index 4a983183..209d39df 100644 --- a/ufs/ChangeLog +++ b/ufs/ChangeLog @@ -1,3 +1,7 @@ +1999-07-10 Roland McGrath <roland@baalperazim.frob.com> + + * ufs.h: Add #include <sys/mman.h> for munmap decl. + Mon Jul 5 20:04:58 1999 Thomas Bushnell, BSG <tb@mit.edu> * dir.c (diskfs_lookup_hard): Repair typo. Reported by Yamashita @@ -6,7 +10,7 @@ Mon Jul 5 20:04:58 1999 Thomas Bushnell, BSG <tb@mit.edu> 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * dir.c (diskfs_lookup_hard): Use munmap instead of - vm_deallocate. + vm_deallocate. (diskfs_direnter_hard): Likewise. (diskfs_dirremove_hard): Likewise. (diskfs_dirrewrite_hard): Likewise. |