M alphapc/main.c => alphapc/main.c +2 -0
@@ 131,6 131,8 @@ init0(void)
* Then early kproc's will have a root and dot.
*/
up->slash = namec("#/", Atodir, 0, 0);
+ cnameclose(up->slash->name);
+ up->slash->name = newcname("/");
up->dot = cclone(up->slash, 0);
chandevinit();
M mpc/main.c => mpc/main.c +2 -0
@@ 104,6 104,8 @@ init0(void)
* Then early kproc's will have a root and dot.
*/
up->slash = namec("#/", Atodir, 0, 0);
+ cnameclose(up->slash->name);
+ up->slash->name = newcname("/");
up->dot = cclone(up->slash, 0);
chandevinit();