summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdiskfs/ChangeLog11
-rw-r--r--libnetfs/ChangeLog7
2 files changed, 13 insertions, 5 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 19770250..851d293d 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,12 +1,17 @@
+2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
+
+ * file-exec.c (diskfs_S_file_exec): Fix typo and braino in last change.
+ * init-startup.c (diskfs_startup_diskfs): Fix braino in last change.
+
2000-03-17 Thomas Bushnell, BSG <tb@mit.edu>
* boot-start.c (diskfs_S_fsys_init, diskfs_start_bootstrap): Don't
- use MOVE_SEND in Hurd RPC.
+ use MOVE_SEND in Hurd RPC.
* file-exec.c (diskfs_S_file_exec): Don't use MAKE_SEND in Hurd
- RPC.
+ RPC.
* init-startup.c (diskfs_startup_diskfs, _diskfs_init_completed):
- Likewise.
+ Likewise.
2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index ec5b01d3..3afcd466 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,7 +1,10 @@
+2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
+
+ * file-exec.c (netfs_S_file_exec): Fix typo and braino in last change.
+
2000-03-17 Thomas Bushnell, BSG <tb@mit.edu>
- * file-exec.c (netfs_S_file_exec): Don't use MAKE_SEND in Hurd
- RPC.
+ * file-exec.c (netfs_S_file_exec): Don't use MAKE_SEND in Hurd RPC.
* init-startup.c (netfs_startup): Likewise.
2000-03-17 Roland McGrath <roland@baalperazim.frob.com>