From 65f441c07383ce9e6f10124810cff27e1cb0f737 Mon Sep 17 00:00:00 2001 From: hoek Date: Sun, 21 May 2000 05:40:44 +0000 Subject: Compile in the case that anyone ever actually uses LEAVE_FREE_CHARS. It's not clear what this does nor why they would do it, but it should compile, now. This could be a case where fixing the code so that it compiles merely masks more devious dysfunctional behaviour. --- sys/gnu/i386/isa/dgb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/gnu/i386') diff --git a/sys/gnu/i386/isa/dgb.c b/sys/gnu/i386/isa/dgb.c index f054e7b..3755c43 100644 --- a/sys/gnu/i386/isa/dgb.c +++ b/sys/gnu/i386/isa/dgb.c @@ -2028,7 +2028,7 @@ dgbstart(tp) size=tail-head-LEAVE_FREE_CHARS; if (size <0) size=0; - } else { + else { size=port->txbufsize-head; if(tail+port->txbufsize < head) size=0; -- cgit v1.1