From b01302422930364f2446dfe7a5d287ab3d0ef869 Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Wed, 12 May 1982 23:28:22 -0800 Subject: [PATCH] fix per Jeffrey Jongeward SCCS-vsn: sys/vax/mba/ht.c 4.22 --- usr/src/sys/vax/mba/ht.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/sys/vax/mba/ht.c b/usr/src/sys/vax/mba/ht.c index 039be614cd..7cd25baecc 100644 --- a/usr/src/sys/vax/mba/ht.c +++ b/usr/src/sys/vax/mba/ht.c @@ -1,4 +1,4 @@ -/* ht.c 4.21 82/01/17 */ +/* ht.c 4.22 82/05/12 */ #include "tu.h" #if NHT > 0 @@ -271,6 +271,7 @@ htustart(mi) } if (htaddr->htds & HTDS_EOT) { bp->b_resid = bp->b_bcount; + bp->b_flags |= B_ERROR; return (MBU_NEXT); } } -- 2.20.1