diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:55:10 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:55:10 +0000 |
commit | 771a659328bf1929bef5ccb5d443c089a438b3d3 (patch) | |
tree | 3314b2ba412a6d57b35e49e9bf8e78d09972b8dd /sutils/ChangeLog | |
parent | e143ce039d54acb4bdfcd84f95dcf554d4a84d6a (diff) | |
download | hurd-771a659328bf1929bef5ccb5d443c089a438b3d3.tar.gz hurd-771a659328bf1929bef5ccb5d443c089a438b3d3.tar.bz2 hurd-771a659328bf1929bef5ccb5d443c089a438b3d3.zip |
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* clookup.c (file_name_lookup_carefully): Use munmap instead of
vm_deallocate.
Diffstat (limited to 'sutils/ChangeLog')
-rw-r--r-- | sutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sutils/ChangeLog b/sutils/ChangeLog index b65d49e1..70c3b594 100644 --- a/sutils/ChangeLog +++ b/sutils/ChangeLog @@ -1,3 +1,8 @@ +1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> + + * clookup.c (file_name_lookup_carefully): Use munmap instead of + vm_deallocate. + 1999-06-11 Roland McGrath <roland@baalperazim.frob.com> * fstab.c (fstypes_get): Don't free PROGRAM twice on ENOENT failure. |