From ee7ec3e80762291c9746ff5892f4da28bac0927b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 12 May 1994 07:43:42 +0000 Subject: Formerly fsys.defs.~35~ --- hurd/fsys.defs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hurd') 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); -- cgit v1.2.3