diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:52:06 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:52:06 +0000 |
commit | 157a9dcf73718cf04690b1646995549a52cee43d (patch) | |
tree | 7f8e23a2bdff30f8d6c9fe79155f6cad48822375 /libshouldbeinlibc/ChangeLog | |
parent | d8f2d7d71da7a39b7a70866d834658b1a090eb38 (diff) | |
download | hurd-157a9dcf73718cf04690b1646995549a52cee43d.tar.gz hurd-157a9dcf73718cf04690b1646995549a52cee43d.tar.bz2 hurd-157a9dcf73718cf04690b1646995549a52cee43d.zip |
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* fsysops.c (fsys_get_readonly): Use munmap instead of vm_deallocate.
* idvec-auth.c (idvec_merge_auth): Likewise.
* portinfo.c (print_port_info): Likewise.
(print_task_ports_info): Likewise.
* portxlate.c (port_name_xlator_create): Likewise.
(port_name_xlator_free): Likewise.
* xportinfo.c (print_xlated_task_ports_info): Likewise.
Diffstat (limited to 'libshouldbeinlibc/ChangeLog')
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index ebb98222..f6667d5e 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,3 +1,13 @@ +1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> + + * fsysops.c (fsys_get_readonly): Use munmap instead of vm_deallocate. + * idvec-auth.c (idvec_merge_auth): Likewise. + * portinfo.c (print_port_info): Likewise. + (print_task_ports_info): Likewise. + * portxlate.c (port_name_xlator_create): Likewise. + (port_name_xlator_free): Likewise. + * xportinfo.c (print_xlated_task_ports_info): Likewise. + 1999-05-23 Roland McGrath <roland@baalperazim.frob.com> * idvec-verify.c (SHADOW_PASSWORD_STRING): New macro. |