summaryrefslogtreecommitdiff
path: root/bin/mt
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-10 04:35:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-10 04:35:06 +0000
commit30320ff960882d712b18eb93b70c5d743a12938b (patch)
treeb87eefa501cc0f12b67999fa0816d3d08f8f5148 /bin/mt
parentcf87db15baa16eefb478d7f96e662a740d718a82 (diff)
from mrg; grok scsi tapes
Diffstat (limited to 'bin/mt')
-rw-r--r--bin/mt/mt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/mt/mt.c b/bin/mt/mt.c
index 4777fecb049..efeffef8095 100644
--- a/bin/mt/mt.c
+++ b/bin/mt/mt.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: mt.c,v 1.4 1996/05/22 12:45:49 deraadt Exp $ */
-/* $NetBSD: mt.c,v 1.14 1996/05/21 10:23:54 mrg Exp $ */
+/* $OpenBSD: mt.c,v 1.5 1996/06/10 04:35:05 deraadt Exp $ */
+/* $NetBSD: mt.c,v 1.14.2.1 1996/05/27 15:12:11 mrg Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$NetBSD: mt.c,v 1.14 1996/05/21 10:23:54 mrg Exp $";
+static char rcsid[] = "$NetBSD: mt.c,v 1.14.2.1 1996/05/27 15:12:11 mrg Exp $";
#endif
#endif /* not lint */
@@ -204,7 +204,7 @@ struct tape_desc {
#ifdef tahoe
{ MT_ISCY, "cipher", CYS_BITS, CYCW_BITS },
#endif
- { 0x7, "SCSI tape", "76543210", "76543210" },
+ { 0x7, "SCSI", "76543210", "76543210" },
{ 0 }
};