summaryrefslogtreecommitdiff
path: root/hurd/msg_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/msg_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/msg_reply.defs')
-rw-r--r--hurd/msg_reply.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/msg_reply.defs b/hurd/msg_reply.defs
index f824f136..5fe04664 100644
--- a/hurd/msg_reply.defs
+++ b/hurd/msg_reply.defs
@@ -26,7 +26,7 @@ type reply_port_t = polymorphic | MACH_MSG_TYPE_PORT_SEND_ONCE
simpleroutine msg_sig_post_reply (
reply_port: reply_port_t;
- in return_code: kern_return_t, RetCode);
+ in return_code: kern_return_t, RETCODE);
skip; /* msg_proc_newids */
skip; /* msg_add_auth */
@@ -52,4 +52,4 @@ skip; /* msg_startup_dosync */
simpleroutine msg_sig_post_untraced_reply (
reply_port: reply_port_t;
- in return_code: kern_return_t, RetCode);
+ in return_code: kern_return_t, RETCODE);