diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-02 02:08:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-02 02:08:11 +0000 |
commit | 8c14ee10c548dd75c26b2e929f5bd4acfd480086 (patch) | |
tree | 44ef170bff4982df2ea1ecd392bafe0ead3d075e /hurd/msg_reply.defs | |
parent | a7918253586985805dc88c2b743bf05c7b0daf48 (diff) |
2002-01-01 Roland McGrath <roland@frob.com>
* hurd_types.defs (RETURN_CODE_ARG): New macro, definition
depends on [HAVE_MIG_RETCODE].
* auth_reply.defs: Replace return code args with that.
* 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.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/msg_reply.defs b/hurd/msg_reply.defs index 5fe04664..c1b95fdc 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); + RETURN_CODE_ARG); 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); + RETURN_CODE_ARG); |