| plan 9 kernel history: overview | file list | diff list |
1999/0730/port/devroot.c (diff list | history)
| 1999/0729/sys/src/9/port/devroot.c:246,251 – 1999/0730/sys/src/9/port/devroot.c:246,252 (short | long | prev | next) | ||
| 1999/0729 | perm &= 0777|CHDIR; if((perm & CHDIR) == 0) error(Eperm); | |
| 1999/0730 | addrootdir(name); | |
| 1999/0729 | c->flag |= COPEN; c->mode = mode & ~OWRITE; } | |