From: graichen Date: Sat, 12 Apr 1997 19:53:47 +0000 (+0000) Subject: theo can't get everything right :-) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=83df2afe2ebe6f6aca60fe19730d7f018792e30d;p=openbsd theo can't get everything right :-) --- diff --git a/sys/arch/pmax/pmax/disksubr.c b/sys/arch/pmax/pmax/disksubr.c index 1c4dbf6a243..29c40ee1b56 100644 --- a/sys/arch/pmax/pmax/disksubr.c +++ b/sys/arch/pmax/pmax/disksubr.c @@ -333,7 +333,6 @@ bounds_check_with_label(bp, lp, wlabel) bp->b_resid = bp->b_bcount; return(0); } - sz = maxsz - bp->b_blkno; if (sz < 0) { bp->b_error = EINVAL; goto bad;