~kris/9p

9hist

57627e7e1ea07750d62be3b0e8427637ab5c087d — David du Colombier 27 years ago 275e90b
Plan 9 from Bell Labs 1999-07-30
1 files changed, 1 insertions(+), 0 deletions(-)

M port/devroot.c
M port/devroot.c => port/devroot.c +1 -0
@@ 246,6 246,7 @@ rootcreate(Chan *c, char *name, int mode, ulong perm)
	perm &= 0777|CHDIR;
	if((perm & CHDIR) == 0)
		error(Eperm);
	addrootdir(name);
	c->flag |= COPEN;
	c->mode = mode & ~OWRITE;
}