From 0ba2aa8cba790982c132d5768e8497692e7931e7 Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 12 Oct 1995 02:05:47 +0000 Subject: oops currupted a line by hitting the wrong key.. fix it --- sys/scsi/st.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/scsi/st.c b/sys/scsi/st.c index b59c9e2..493f3a1 100644 --- a/sys/scsi/st.c +++ b/sys/scsi/st.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: st.c,v 1.38 1995/07/16 09:13:14 gibbs Exp $ + * $Id: st.c,v 1.39 1995/10/12 02:02:03 julian Exp $ */ /* @@ -943,7 +943,7 @@ st_strategy(struct buf *bp, struct scsi_link *sc_link) } if (len != bp->b_bcount) { printf("st%d: bad request, must be less than %ld bytes\n", - unit, bp->b_bcount + 1 + unit, bp->b_bcount + 1); bp->b_error = EIO; goto bad; } -- cgit v1.1