~kris/9p

9hist

3e64ea15d9e65b8ee560bc6b518a1299800a1a98 — David du Colombier 33 years ago e263c22
Plan 9 from Bell Labs 1993-01-12
1 files changed, 3 insertions(+), 0 deletions(-)

M port/proc.c
M port/proc.c => port/proc.c +3 -0
@@ 394,6 394,9 @@ postnote(Proc *p, int dolock, char *n, int flag)
	if(dolock)
		qlock(&p->debug);

	if(p->kp)
		print("sending %s to kproc %d %s\n", n, p->pid, p->text);

	if(p->upage == 0){
		if(dolock)
			qunlock(&p->debug);