diff options
author | Thomas Bushnell <thomas@gnu.org> | 2000-03-17 17:21:02 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 2000-03-17 17:21:02 +0000 |
commit | ed1d3f38812f06fcc85ff3fc60785b2193fa08a5 (patch) | |
tree | 04b5b9afee694f2aa16f15d5693c6b452acd0a19 /libdiskfs/ChangeLog | |
parent | bde9c6f42327e37103f1fdd5381438536005b701 (diff) |
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.
* file-exec.c (diskfs_S_file_exec): Don't use MAKE_SEND in Hurd
RPC.
* init-startup.c (diskfs_startup_diskfs, _diskfs_init_completed):
Likewise.
Diffstat (limited to 'libdiskfs/ChangeLog')
-rw-r--r-- | libdiskfs/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index f5bfd980..19770250 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,13 @@ +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. + + * file-exec.c (diskfs_S_file_exec): Don't use MAKE_SEND in Hurd + RPC. + * init-startup.c (diskfs_startup_diskfs, _diskfs_init_completed): + Likewise. + 2000-03-17 Roland McGrath <roland@baalperazim.frob.com> * dir-lookup.c (diskfs_S_dir_lookup): Use ports_get_send_right. |