From 6f505c2d3083c324daa890c7db5969b01ffa48ae Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 28 Jun 1994 22:48:00 +0000 Subject: Formerly startup.defs.~25~ --- hurd/startup.defs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'hurd') diff --git a/hurd/startup.defs b/hurd/startup.defs index f2c2ce56..fb43085d 100644 --- a/hurd/startup.defs +++ b/hurd/startup.defs @@ -27,8 +27,6 @@ subsystem startup 29000; STARTUP_IMPORTS #endif -type reply_port_t = MACH_MSG_TYPE_MAKE_SEND_ONCE | polymorphic - ctype: mach_port_t; /* This call registers a task as "essential", which means that if it dies, the system should crash. If the specified task dies or an @@ -62,7 +60,7 @@ routine startup_reboot ( bootstrap port. */ routine startup_procinit ( server: startup_t; - sreplyport reply_port: reply_port_t; + sreplyport reply_port: sreply_port_t; startup_proc: process_t; out startup_task: task_t; out auth: auth_t; @@ -74,7 +72,7 @@ routine startup_procinit ( to give to the startup server. */ routine startup_authinit ( server: startup_t; - sreplyport reply_port: reply_port_t; + sreplyport reply_port: sreply_port_t; auth: mach_port_send_t; out proc: mach_port_send_t); -- cgit v1.2.3