diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-15 15:58:04 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-15 15:58:04 +0000 |
commit | 538d2f164fbc78b30965c1cb8f3e854af3173bac (patch) | |
tree | a5234c22492a99531fa6ef7a712920fdb125c1ff /hurd | |
parent | 2ad5c3704ae2643ec7b456199166edbc2c2a878e (diff) |
entered into RCS
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/startup.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/startup.defs b/hurd/startup.defs index fb43085d..4da06c8e 100644 --- a/hurd/startup.defs +++ b/hurd/startup.defs @@ -34,6 +34,7 @@ STARTUP_IMPORTS a message on the console and do the crash. */ routine startup_essential_task ( server: startup_t; + sreplyport reply_port: sreply_port_t; task: task_t; excpt: mach_port_move_receive_t; name: string_t; |