From 3d4ca1ce700ccfe7d66ae1234d47979f0b025323 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 27 Oct 1995 19:20:47 +0000 Subject: (fsys_startup): New parm OPENFLAGS. --- hurd/fsys.defs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/fsys.defs b/hurd/fsys.defs index de8d9fc4..ec97c01a 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -33,10 +33,12 @@ FSYS_IMPORTS /* Sent by filesystem on its bootstrap port upon startup. REALNODE is the node this filesystem is the translator for, - with all permissions. */ + opened with flags FLAGS (O_NOTRANS is assumed even if not + provided). */ routine fsys_startup ( bootstrap: mach_port_t; RPT + openflags: int; control_port: mach_port_send_t; out realnode: mach_port_send_t); -- cgit v1.2.3