From 1966b59e3e1d0734d386342cfe1deff4bc0c2f95 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 17 Mar 1993 18:43:25 +0000 Subject: Formerly exec.defs.~23~ --- hurd/exec.defs | 8 ++++---- 1 file 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); -- cgit v1.2.3