diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-03-17 18:43:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-03-17 18:43:25 +0000 |
commit | 1966b59e3e1d0734d386342cfe1deff4bc0c2f95 (patch) | |
tree | c75d312230a329b79dd3072a008a8bbf3f7d65ef | |
parent | ba8f3503186a652c9803ef2adf940504ae95bbd1 (diff) |
Formerly exec.defs.~23~
-rw-r--r-- | hurd/exec.defs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hurd/exec.defs b/hurd/exec.defs index 754853b9..a9b24608 100644 --- a/hurd/exec.defs +++ b/hurd/exec.defs @@ -45,8 +45,8 @@ routine exec_startup ( out portarray: portarray_t; out intarray: intarray_t); -/* This call is made by the bootstrap filesystem to - give the exec server the standard ports. */ -routine exec_boot_setup ( +/* This call is made by the bootstrap filesystem to give the + exec server a port to init, whence it can get all else. */ +routine exec_boot_init ( execserver: mach_port_t; - portarray: portarray_t); + init: startup_t); |