summaryrefslogtreecommitdiff
path: root/hurd/startup_reply.defs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-01-02 01:56:46 +0000
committerRoland McGrath <roland@gnu.org>2002-01-02 01:56:46 +0000
commit3c2155867910cd91a2882c48dd3d928974e74c42 (patch)
tree82ebb710c60b7e83e5a4f7fe70ec3813ee230443 /hurd/startup_reply.defs
parent1c5b230e29c9319412ba4a13be1e81b3d321b3a2 (diff)
2002-01-01 Roland McGrath <roland@frob.com>
* auth_reply.defs: RetCode -> RETCODE * crash_reply.defs: Likewise. * fsys_reply.defs: Likewise. * io_reply.defs: Likewise. * msg_reply.defs: Likewise. * process_reply.defs: Likewise. * startup_reply.defs: Likewise.
Diffstat (limited to 'hurd/startup_reply.defs')
-rw-r--r--hurd/startup_reply.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/startup_reply.defs b/hurd/startup_reply.defs
index 043ad918..43fe93a6 100644
--- a/hurd/startup_reply.defs
+++ b/hurd/startup_reply.defs
@@ -33,14 +33,14 @@ STARTUP_IMPORTS
simpleroutine startup_essential_task_reply (
reply_port: reply_port_t;
- errorcode: kern_return_t, RetCode);
+ errorcode: kern_return_t, RETCODE);
skip; /* startup_request_notification */
skip; /* startup_reboot */
simpleroutine startup_procinit_reply (
reply_port: reply_port_t;
- errorcode: kern_return_t, RetCode;
+ errorcode: kern_return_t, RETCODE;
startup_task: task_t;
auth: auth_t;
host_priv: mach_port_send_t;
@@ -48,5 +48,5 @@ simpleroutine startup_procinit_reply (
simpleroutine startup_authinit_reply (
reply_port: reply_port_t;
- errorcode: kern_return_t, RetCode;
+ errorcode: kern_return_t, RETCODE;
proc: mach_port_send_t);