~kris/9p

9hist

ec2a79b3a73d31482df87a0f77f1fbf662753f3b — David du Colombier 26 years ago 27bc1c9
Plan 9 from Bell Labs 2000-04-22
2 files changed, 4 insertions(+), 0 deletions(-)

M alphapc/main.c
M mpc/main.c
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();