summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1995-10-12 02:05:47 +0000
committerjulian <julian@FreeBSD.org>1995-10-12 02:05:47 +0000
commit0ba2aa8cba790982c132d5768e8497692e7931e7 (patch)
tree89a7a2575a4ccc2ed4fde36218c7eef71749bb54
parent8481e93a3a803f40e280c5db504eab5bdf774c64 (diff)
downloadFreeBSD-src-0ba2aa8cba790982c132d5768e8497692e7931e7.zip
FreeBSD-src-0ba2aa8cba790982c132d5768e8497692e7931e7.tar.gz
oops currupted a line by hitting the wrong key..
fix it
-rw-r--r--sys/scsi/st.c4
1 files 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;
}
OpenPOWER on IntegriCloud