summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-08-04 23:28:07 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-08-04 23:28:07 +0000
commite2f247ea28aed295d577aa21df88febca4acea9a (patch)
tree705aaf302323ba2b5ef38d78f6729f0b65eb532e /sys/arch
parentd952a0a76e13c47b3067bb7b29e40fc23c787f7b (diff)
fix resid wrt debugging printf
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hp300/dev/st.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/st.c b/sys/arch/hp300/dev/st.c
index 87240e73621..1bd1e4a0d05 100644
--- a/sys/arch/hp300/dev/st.c
+++ b/sys/arch/hp300/dev/st.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: st.c,v 1.9 1997/04/20 07:01:12 downsj Exp $ */
+/* $OpenBSD: st.c,v 1.10 1998/08/04 23:28:06 millert Exp $ */
/* $NetBSD: st.c,v 1.22 1997/04/02 22:37:38 scottr Exp $ */
/*
@@ -1054,7 +1054,7 @@ stintr(arg, stat)
}
#ifdef DEBUG
if ((st_debug & ST_BRESID) && bp->b_resid != 0)
- printf("b_resid %ld b_flags 0x%lx b_error 0x%x\n",
+ printf("b_resid %u b_flags 0x%lx b_error 0x%x\n",
bp->b_resid, bp->b_flags, bp->b_error);
#endif
/* asked for more filemarks then on tape */