summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-10-27 19:20:47 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-10-27 19:20:47 +0000
commit3d4ca1ce700ccfe7d66ae1234d47979f0b025323 (patch)
treeb877f1674c4d800d32e87bba0ae40e1722c640ae
parent448c89fec9670512148d0363efe749c363eecad5 (diff)
(fsys_startup): New parm OPENFLAGS.
-rw-r--r--hurd/fsys.defs4
1 files changed, 3 insertions, 1 deletions
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);