summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-30 19:27:10 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-30 19:27:10 +0000
commitdb25ab5d3fa935e4cca58ecd3cbda83c44b91531 (patch)
tree6cd9479206faaf4e559ac18803be304920eb9099 /init
parent3895d0c9a420309ae1b965fe1cb214b8ce6f4de2 (diff)
Formerly init.c.~6~
Diffstat (limited to 'init')
-rw-r--r--init/init.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/init/init.c b/init/init.c
index 678aa2d9..ddb03c6e 100644
--- a/init/init.c
+++ b/init/init.c
@@ -171,7 +171,7 @@ run (char *server, mach_port_t *ports, task_t *task)
perror (prog);
else
{
- task_create (mach_task_self (), task);
+ task_create (mach_task_self (), 0, task);
err = file_exec (file, *task, 0,
NULL, 0, /* No args. */
NULL, 0, /* No env. */
@@ -310,7 +310,10 @@ S_startup_procinit (startup_t server,
process_t proc,
mach_port_t *startuptask,
auth_t *auth,
- mach_port_t *priv, mach_port_t *dev)
+ mach_port_t *priv,
+ mach_msg_type_name_t *hostprivtype,
+ mach_port_t *dev,
+ mach_msg_type_name_t *devtype)
{
if (procserver)
/* Only one proc server. */
@@ -335,7 +338,8 @@ S_startup_authinit (startup_t server,
mach_port_t reply,
mach_msg_type_name_t reply_porttype,
mach_port_t auth,
- mach_port_t *proc)
+ mach_port_t *proc,
+ mach_msg_type_name_t *proctype)
{
if (authserver)
/* Only one auth server. */