Plan 9 from Bell Labs 1990-09-20
1 files changed, 2 insertions(+), 4 deletions(-) M gnot/stasync.c
M gnot/stasync.c => gnot/stasync.c +2 -4
@@ 192,6 192,8 @@ asputf(Async *ap, int frame) *p++ = FRAME; } ap->bp->wptr = p; if(asyncdebug > 2) showframe("out", ap, ap->bp->rptr, BLEN(ap->bp)); aswrite(ap); } @@ 272,10 274,6 @@ asyncoput(Queue *q, Block *bp) asputf(ap, 0); ap->chan = chan; if(asyncdebug > 1) kprint("a%d->(%d)%3.3uo %d\n", ap-async, chan, ctl, bp->wptr - bp->rptr); /* * send the 8 bit data */