From 3c2155867910cd91a2882c48dd3d928974e74c42 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 2 Jan 2002 01:56:46 +0000 Subject: 2002-01-01 Roland McGrath * 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. --- hurd/fsys_reply.defs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'hurd/fsys_reply.defs') diff --git a/hurd/fsys_reply.defs b/hurd/fsys_reply.defs index de745375..6af94882 100644 --- a/hurd/fsys_reply.defs +++ b/hurd/fsys_reply.defs @@ -28,23 +28,23 @@ type reply_port_t = polymorphic | MACH_MSG_TYPE_PORT_SEND_ONCE simpleroutine fsys_startup_reply ( reply_port: reply_port_t; - errorcode: kern_return_t, RetCode; +! errorcode: kern_return_t, RETCODE; realnode: mach_port_send_t); simpleroutine fsys_goaway_reply ( reply_port: reply_port_t; - errorcode: kern_return_t, RetCode); + errorcode: kern_return_t, RETCODE); simpleroutine fsys_getroot_reply ( reply_port: reply_port_t; - errorcode: kern_return_t, RetCode; + errorcode: kern_return_t, RETCODE; do_retry: retry_type; retry_name: string_t; file: mach_port_send_t); simpleroutine fsys_getfile_reply ( reply_port: reply_port_t; - errorcode: kern_return_t, RetCode; + errorcode: kern_return_t, RETCODE; file: mach_port_send_t); simpleroutine fsys_syncfs_reply ( @@ -53,24 +53,24 @@ simpleroutine fsys_syncfs_reply ( simpleroutine fsys_set_options_reply ( reply_port: reply_port_t; - errorcode: kern_return_t, RetCode); + errorcode: kern_return_t, RETCODE); simpleroutine fsys_getpriv_reply ( reply_port_: reply_port_t; - errorcode: kern_return_t, RetCode; + errorcode: kern_return_t, RETCODE; host_priv: mach_port_send_t; device_master: mach_port_send_t; fstask: mach_port_send_t); simpleroutine fsys_init_reply ( reply_port: reply_port_t; - errorcode: kern_return_t, RetCode); + errorcode: kern_return_t, RETCODE); simpleroutine fsys_forward_reply ( reply_port: reply_port_t; - errorcode: kern_return_t, RetCode); + errorcode: kern_return_t, RETCODE); simpleroutine fsys_get_options_reply ( reply_port: reply_port_t; - errorcode: kern_return_t, RetCode; + errorcode: kern_return_t, RETCODE; options: data_t); -- cgit v1.2.3