From 7e8473ac2ca0959b70383ca00860988edde0274d Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 25 Oct 1994 14:54:04 +0000 Subject: entered into RCS --- libtrivfs/fsys-getroot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtrivfs') diff --git a/libtrivfs/fsys-getroot.c b/libtrivfs/fsys-getroot.c index c22dd241..4c41fd0d 100644 --- a/libtrivfs/fsys-getroot.c +++ b/libtrivfs/fsys-getroot.c @@ -105,7 +105,7 @@ trivfs_S_fsys_getroot (struct trivfs_control *cntl, cred->po = malloc (sizeof (struct trivfs_peropen)); cred->po->refcnt = 1; cred->po->cntl = cntl; - cred->po->openmodes = (flags & ~O_NONBLOCK); + cred->po->openmodes = flags; cred->po->hook = 0; ports_port_ref (cntl); if (trivfs_peropen_create_hook) -- cgit v1.2.3