summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 01:39:26 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 01:39:26 +0000
commit2ab2df1c68ea8e1ceb0a00b26455d257fd5be277 (patch)
tree8418a5d2babdb6cc1ec7baaeed1cc63ed60dd8cc /utils
parent9e257e9d4d5bd867b0cf8f71597ce811ded3c108 (diff)
.
Diffstat (limited to 'utils')
-rw-r--r--utils/ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog
index 65a20c3c..dcb7deee 100644
--- a/utils/ChangeLog
+++ b/utils/ChangeLog
@@ -1,3 +1,11 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * pids.c: Add #include <sys/mman.h> for munmap decl.
+ * showtrans.c: Likewise.
+ * login.c: Likewise.
+ * storeread.c: Likewise.
+ * msgport.c: Likewise.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* login.c (cat): Use munmap instead of vm_deallocate.
@@ -7,12 +15,12 @@
* showtrans.c (main): Likewise.
* pids.c (add_fn_pids): Likewise.
* msgport.c (cmd_getenv): Likewise.
-
+
1999-07-01 Mark Kettenis <kettenis@gnu.org>
* Makefile (INSTALL-addauth-ops, INSTALL-setauth-ops,
INSTALL-su-ops): Removed. These programs don't have to be
- installed suid-root anymore.
+ installed suid-root anymore.
* frobauth-mod.c (frobauth_modify): Do not try to set the owner of
the processes we're frobbing. The process set their owner
themselves when we pass them their new authentication.