summaryrefslogtreecommitdiff
path: root/sys/scsi/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/st.c')
-rw-r--r--sys/scsi/st.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index 39dd0ac1a5b..5d2b8e96809 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: st.c,v 1.10 1996/04/21 22:31:20 deraadt Exp $ */
-/* $NetBSD: st.c,v 1.65 1996/03/30 21:45:04 christos Exp $ */
+/* $OpenBSD: st.c,v 1.11 1996/05/10 12:31:41 deraadt Exp $ */
+/* $NetBSD: st.c,v 1.66 1996/05/05 19:53:01 christos Exp $ */
/*
* Copyright (c) 1994 Charles Hannum. All rights reserved.
@@ -829,7 +829,7 @@ ststrategy(bp)
int s;
SC_DEBUG(st->sc_link, SDEV_DB1,
- ("ststrategy %d bytes @ blk %d\n", bp->b_bcount, bp->b_blkno));
+ ("ststrategy %ld bytes @ blk %d\n", bp->b_bcount, bp->b_blkno));
/*
* If it's a null transfer, return immediatly
*/