diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-06 20:22:31 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-06 20:22:31 +0000 |
commit | a2ba785c90c3dba57ded12a2270e863421d330fc (patch) | |
tree | 84a233677e8232030ee90eb4a744b5ed9221f01a /hurd | |
parent | b3e077f3aff587f7280129b9a18504dea1615e93 (diff) |
Formerly startup.defs.~20~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/startup.defs | 5 |
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); |