1999-09-19 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Sun, 19 Sep 1999 05:42:21 +0000 (05:42 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 19 Sep 1999 05:42:21 +0000 (05:42 +0000)
* hurd/hurdprio.c (_hurd_priority_which_map): Rearrange the code a bit.
Use __munmap instead of __vm_deallocate.

(_hurd_priority_which_map):

ChangeLog

index 6d33ecd..9019d9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-09-19  Roland McGrath  <roland@baalperazim.frob.com>
+
+       * hurd/hurdprio.c (_hurd_priority_which_map): Rearrange the code a bit.
+       Use __munmap instead of __vm_deallocate.
+
 1999-09-18  Ulrich Drepper  <drepper@cygnus.com>
 
        * nis/nss_compat/compat-grp.c (getgrgid_plusgroup): Correct
 
        * hurd/hurdprio.c (_hurd_priority_which_map): If WHO is zero default
        it to getpid () for PRIO_PROCESS, geteuid () for PRIO_USER.
+       (_hurd_priority_which_map):
 
 1999-09-04  Ulrich Drepper  <drepper@cygnus.com>