diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-17 19:41:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-17 19:41:02 +0000 |
commit | c74246a51425eb88d6cbb52b1c9fab19883b35d1 (patch) | |
tree | bd9d8208d6896a4d5beb12a406209d75a3af26a2 /libdiskfs/ChangeLog | |
parent | 6648c54ccb632153a133283b99f4b42650742d08 (diff) |
.
Diffstat (limited to 'libdiskfs/ChangeLog')
-rw-r--r-- | libdiskfs/ChangeLog | 11 |
1 files changed, 8 insertions, 3 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> |