summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/startup_reply.defs8
1 files changed, 4 insertions, 4 deletions
diff --git a/hurd/startup_reply.defs b/hurd/startup_reply.defs
index d66b5e70..2a95ed49 100644
--- a/hurd/startup_reply.defs
+++ b/hurd/startup_reply.defs
@@ -28,18 +28,18 @@ subsystem startup 29100; /* Must 100 more than startup subsystem. */
STARTUP_IMPORTS
#endif
-skip; /* startup_essential_task_reply */
-skip; /* startup_request_notification_reply */
+skip; /* startup_essential_task */
+skip; /* startup_request_notification */
skip; /* startup_reboot */
-simpleroutine startup_procinit (
+simpleroutine startup_procinit_reply (
reply_port: reply_port_t;
retcode: kern_return_t;
auth: auth_t;
host_priv: mach_port_move_send_t;
device_master: mach_port_move_send_t);
-simpleroutine startup_authinit (
+simpleroutine startup_authinit_reply (
reply_port: reply_port_t;
retcode: kern_return_t;
proc: mach_port_move_send_t);