diff options
-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); |