~kris/9p

9hist

ff43c31e353f1e16289b30b876e7d3040ffe36c3 — David du Colombier 36 years ago 70165f7
Plan 9 from Bell Labs 1990-08-10
1 files changed, 1 insertions(+), 0 deletions(-)

M port/pgrp.c
M port/pgrp.c => port/pgrp.c +1 -0
@@ 111,6 111,7 @@ loop:
	print("no mounts\n");
	if(u == 0)
		panic("newmount");
	print("%s %s\n", u->p->pgrp->user, u->p->text);
	u->p->state = Wakeme;
	alarm(1000, wakeme, u->p);
	sched();