summaryrefslogtreecommitdiff
path: root/hurd/startup.defs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-01-06 20:22:31 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-01-06 20:22:31 +0000
commita2ba785c90c3dba57ded12a2270e863421d330fc (patch)
tree84a233677e8232030ee90eb4a744b5ed9221f01a /hurd/startup.defs
parentb3e077f3aff587f7280129b9a18504dea1615e93 (diff)
Formerly startup.defs.~20~
Diffstat (limited to 'hurd/startup.defs')
-rw-r--r--hurd/startup.defs5
1 files changed, 2 insertions, 3 deletions
diff --git a/hurd/startup.defs b/hurd/startup.defs
index ef07b9eb..ff0d87df 100644
--- a/hurd/startup.defs
+++ b/hurd/startup.defs
@@ -1,5 +1,5 @@
/* Definitions for startup server interface
- Copyright (C) 1991, 1992, 1993 Free Software Foundation
+ Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation
This file is part of the GNU Hurd.
@@ -63,8 +63,7 @@ routine startup_procinit (
server: startup_t;
sreplyport reply_port: reply_port_t;
startup_proc: process_t;
- fs_proc: process_t;
- auth_proc: process_t;
+ out startup_task: task_t;
out auth: auth_t;
out host_priv: mach_port_move_send_t;
out device_master: mach_port_move_send_t);