summaryrefslogtreecommitdiff
path: root/hurd/startup_reply.defs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-10-28 19:43:24 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-10-28 19:43:24 +0000
commita38f23edf9dc141580c18863da9309388bed4870 (patch)
tree09deaae7f0165daa3214558bab5f6d6c6ff3cf5a /hurd/startup_reply.defs
parente0ea8162e6b33d0c59a60428bdd62df15f0d5661 (diff)
Formerly startup_reply.defs.~2~
Diffstat (limited to 'hurd/startup_reply.defs')
-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);