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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index a772f117b55..f22849567a1 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: st.c,v 1.74 2007/06/01 18:44:48 krw Exp $ */
+/* $OpenBSD: st.c,v 1.75 2007/06/06 17:15:14 deraadt Exp $ */
/* $NetBSD: st.c,v 1.71 1997/02/21 23:03:49 thorpej Exp $ */
/*
@@ -2035,7 +2035,7 @@ bad: free(buf, M_TEMP);
int
stdump(dev, blkno, va, size)
dev_t dev;
- int blkno;
+ daddr64_t blkno;
caddr_t va;
size_t size;
{