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; }