summaryrefslogtreecommitdiff
path: root/usr.bin/mt
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-04-19 17:28:14 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-04-19 17:28:14 +0000
commitf934279d20944953f13ae7f49a7386037b2bfb50 (patch)
treebc7ddc13b89d5f44af2522121671b78e162a2902 /usr.bin/mt
parent4565cbea291d948bb6d471d5e8b634a62fe5e66a (diff)
downloadsrc-test2-f934279d20944953f13ae7f49a7386037b2bfb50.tar.gz
src-test2-f934279d20944953f13ae7f49a7386037b2bfb50.zip
Notes
Diffstat (limited to 'usr.bin/mt')
-rw-r--r--usr.bin/mt/mt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c
index 8976dc6a7c79..78d6a9b016b4 100644
--- a/usr.bin/mt/mt.c
+++ b/usr.bin/mt/mt.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 5/4/95";
#endif
static const char rcsid[] =
- "$Id: mt.c,v 1.12 1997/07/29 06:49:16 charnier Exp $";
+ "$Id: mt.c,v 1.13 1997/08/21 05:49:29 joerg Exp $";
#endif /* not lint */
/*
@@ -415,8 +415,8 @@ getblksiz(int bs)
void
st_status(struct mtget *bp)
{
- printf("Present Mode: Density = %-12s Blocksize %s\n",
- denstostring(bp->mt_density), getblksiz(bp->mt_blksiz));
+ printf("Present Mode: Density = %-12s Blocksize %s Comp %d\n",
+ denstostring(bp->mt_density), getblksiz(bp->mt_blksiz), (int)bp->mt_comp);
printf("---------available modes---------\n");
printf("Mode 0: Density = %-12s Blocksize %s\n",
denstostring(bp->mt_density0), getblksiz(bp->mt_blksiz0));