From 28fad30be91f8fa76071cd8a5ac1f345d4d2b553 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 28 Oct 1993 01:57:21 +0000 Subject: Formerly exec.defs.~29~ --- hurd/exec.defs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/hurd/exec.defs b/hurd/exec.defs index d2a54411..0c8b7b8c 100644 --- a/hurd/exec.defs +++ b/hurd/exec.defs @@ -55,6 +55,12 @@ routine exec_startup ( /* This call is made by the bootstrapping filesystem to give the execserver its auth handle. */ -routine exec_here_is_auth ( +routine exec_init ( execserver: mach_port_t; - auth_handle: auth_t); + auth_handle: auth_t; + proc_server: process_t); + +routine exec_setexecdata ( + execserver: mach_port_t; + ports: portarray_t; + ints: intarray_t); -- cgit v1.2.3