summaryrefslogtreecommitdiff
path: root/hurd/fsys_reply.defs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-05 18:46:38 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-05 18:46:38 +0000
commitd5fb43f59ebe97db24693459cdbb5edb6871ed21 (patch)
tree07d218f50053b94d976a2980b38cad3b953657b6 /hurd/fsys_reply.defs
parent986502d34c2637a8b4d3cc3e85585cbcda0164a4 (diff)
Formerly fsys_reply.defs.~2~
Diffstat (limited to 'hurd/fsys_reply.defs')
-rw-r--r--hurd/fsys_reply.defs9
1 files changed, 8 insertions, 1 deletions
diff --git a/hurd/fsys_reply.defs b/hurd/fsys_reply.defs
index cc6c17a1..eea882f0 100644
--- a/hurd/fsys_reply.defs
+++ b/hurd/fsys_reply.defs
@@ -28,7 +28,14 @@ type reply_port_t = polymorphic | MACH_MSG_TYPE_PORT_SEND_ONCE
skip; /* startup */
skip; /* goaway */
-skip; /* getroot */
+
+simpleroutine fsys_getroot_reply (
+ reply_port reply_port_t;
+ retcode: kern_return_t;
+ do_retry: retry_type;
+ retry_name: string_t;
+ file: mach_port_send_t);
+
skip; /* getfile */
skip; /* getpriv */