summaryrefslogtreecommitdiff
path: root/trans
diff options
context:
space:
mode:
Diffstat (limited to 'trans')
-rw-r--r--trans/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog
index 34a5128e..e9c9fa29 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,11 +1,16 @@
-1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
- * crash.c: Add #include <sys/mman.h> for munmap decl.
+ * firmlink.c: Add #include <sys/mman.h>.
+ (trivfs_S_io_read): Fix sloppy bugs in last change.
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* firmlink.c (trivfs_S_io_read): Use mmap instead of vm_allocate.
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * crash.c: Add #include <sys/mman.h> for munmap decl.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* crash.c (stop_pgrp): Use munmap instead of vm_deallocate.