summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-03-17 18:43:25 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-03-17 18:43:25 +0000
commit1966b59e3e1d0734d386342cfe1deff4bc0c2f95 (patch)
treec75d312230a329b79dd3072a008a8bbf3f7d65ef /hurd
parentba8f3503186a652c9803ef2adf940504ae95bbd1 (diff)
Formerly exec.defs.~23~
Diffstat (limited to 'hurd')
-rw-r--r--hurd/exec.defs8
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);