summaryrefslogtreecommitdiff
path: root/hurd/crash_reply.defs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-01-02 02:08:11 +0000
committerRoland McGrath <roland@gnu.org>2002-01-02 02:08:11 +0000
commit8c14ee10c548dd75c26b2e929f5bd4acfd480086 (patch)
tree44ef170bff4982df2ea1ecd392bafe0ead3d075e /hurd/crash_reply.defs
parenta7918253586985805dc88c2b743bf05c7b0daf48 (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/crash_reply.defs')
-rw-r--r--hurd/crash_reply.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/crash_reply.defs b/hurd/crash_reply.defs
index 27880a15..ec6ddcd6 100644
--- a/hurd/crash_reply.defs
+++ b/hurd/crash_reply.defs
@@ -27,4 +27,4 @@ subsystem crash_reply 32100; /* must match crash + 100 */
simpleroutine crash_dump_task_reply (
ureply_port: mach_port_poly_t;
- result: int, RETCODE);
+ RETURN_CODE_ARG);