summaryrefslogtreecommitdiff
path: root/hurd/fsys_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/fsys_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/fsys_reply.defs')
-rw-r--r--hurd/fsys_reply.defs18
1 files changed, 9 insertions, 9 deletions
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);