~kris/9p

9hist

19dfe6a0c1fab7f9e6202d97332b038bf055a659 — David du Colombier 26 years ago 3b146d4
Plan 9 from Bell Labs 2000-05-19
1 files changed, 2 insertions(+), 2 deletions(-)

M port/proc.c
M port/proc.c => port/proc.c +2 -2
@@ 617,8 617,8 @@ postnote(Proc *p, int dolock, char *n, int flag)
	if(dolock)
		qlock(&p->debug);

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

	if(flag != NUser && (p->notify == 0 || p->notified))
		p->nnote = 0;