~kris/9p

9hist

1c6536026b3175092c85bccacc3991cb503c993e — David du Colombier 33 years ago eb48cfb
Plan 9 from Bell Labs 1993-05-06
1 files changed, 0 insertions(+), 3 deletions(-)

M port/devcons.c
M port/devcons.c => port/devcons.c +0 -3
@@ 509,8 509,6 @@ consread(Chan *c, void *buf, long n, ulong offset)
			qunlock(&kbdq);
			nexterror();
		}
		return getline((char*)buf, n);
#ifdef asdf
		while(!cangetc(&lineq)){
			sleep(&kbdq.r, isbrkc, &kbdq);
			do{


@@ 549,7 547,6 @@ consread(Chan *c, void *buf, long n, ulong offset)
			*cbuf++ = ch;
			--n;
		}
#endif asdf
		poperror();
		qunlock(&kbdq);
		return i;