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;