summaryrefslogtreecommitdiff
path: root/hurd/fsys_reply.defs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-01-02 01:47:51 +0000
committerRoland McGrath <roland@gnu.org>2002-01-02 01:47:51 +0000
commit2bfdb970c6bcc7bc33bd217dfcef1ab5a650b9d4 (patch)
tree3d80ad29d469bcb2a5939fb4a87ba3e0010d61b3 /hurd/fsys_reply.defs
parent363c773b843234cc2acac318e901d8fa1c0a9414 (diff)
2002-01-01 Roland McGrath <roland@frob.com>
* fsys_reply.defs: retcode -> RetCode * 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 b1397041..de745375 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);