diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-12 07:43:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-12 07:43:42 +0000 |
commit | ee7ec3e80762291c9746ff5892f4da28bac0927b (patch) | |
tree | 57b4cdb04ca3652fdc53e43a5451e06b99f91b98 /hurd | |
parent | e1a85cecc45b7ca88f25d21a5418e4d3813ca204 (diff) |
Formerly fsys.defs.~35~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/fsys.defs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs index 34ef05f5..2435689b 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -25,6 +25,9 @@ subsystem fsys 22000; FSYS_IMPORTS #endif +type reply_port_t = MACH_MSG_TYPE_MAKE_SEND_ONCE | polymorphic + ctype: mach_port_t; + /* Sent by filesystem on its bootstrap port upon startup. REALNODE is the node this filesystem is the translator for, with all permissions. */ @@ -69,6 +72,7 @@ routine fsys_getpriv ( routine fsys_init ( fsys: fsys_t; + sreplyport reply_port: reply_port_t; proc_server: mach_port_send_t; auth_handle: auth_t); |