diff options
Diffstat (limited to 'bin/mt/mt.c')
-rw-r--r-- | bin/mt/mt.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/mt/mt.c b/bin/mt/mt.c index 0f9eb6156a8..cea4c9bdda7 100644 --- a/bin/mt/mt.c +++ b/bin/mt/mt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mt.c,v 1.11 1996/08/02 12:40:59 deraadt Exp $ */ +/* $OpenBSD: mt.c,v 1.12 1996/08/10 22:25:58 deraadt Exp $ */ /* $NetBSD: mt.c,v 1.14.2.1 1996/05/27 15:12:11 mrg Exp $ */ /* @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: mt.c,v 1.11 1996/08/02 12:40:59 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: mt.c,v 1.12 1996/08/10 22:25:58 deraadt Exp $"; #endif #endif /* not lint */ @@ -263,10 +263,10 @@ status(bp) printreg("ds", bp->mt_dsreg, mt->t_dsbits); printreg("\ner", bp->mt_erreg, mt->t_erbits); (void)putchar('\n'); - (void)printf("blocksize: %ld (%ld, %ld, %ld, %ld)\n", + (void)printf("blocksize: %d (%d, %d, %d, %d)\n", bp->mt_blksiz, bp->mt_mblksiz[0], bp->mt_mblksiz[1], bp->mt_mblksiz[2], bp->mt_mblksiz[3]); - (void)printf("density: %ld (%ld, %ld, %ld, %ld)\n", + (void)printf("density: %d (%d, %d, %d, %d)\n", bp->mt_density, bp->mt_mdensity[0], bp->mt_mdensity[1], bp->mt_mdensity[2], bp->mt_mdensity[3]); } |