Changed DEFTAPE from rst0 to nrst0. It is only used by mt, and running
authordm <dm@openbsd.org>
Wed, 17 Apr 1996 17:05:49 +0000 (17:05 +0000)
committerdm <dm@openbsd.org>
Wed, 17 Apr 1996 17:05:49 +0000 (17:05 +0000)
mt on /dev/rst0 can be dangerous because you think it's repositioning the
tape when in fact it rewinds right after positioning.

sys/sys/mtio.h

index 646511c..36f295b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mtio.h,v 1.2 1996/03/03 12:12:04 niklas Exp $ */
+/*     $OpenBSD: mtio.h,v 1.3 1996/04/17 17:05:49 dm Exp $     */
 /*     $NetBSD: mtio.h,v 1.12 1995/03/29 22:10:07 briggs Exp $ */
 
 /*
@@ -119,7 +119,7 @@ struct mtget {
 #define MTIOCEEOT      _IO('m', 4)                     /* enable EOT error */
 
 #ifndef _KERNEL
-#define        DEFTAPE "/dev/rst0"
+#define        DEFTAPE "/dev/nrst0"
 #endif
 
 #ifdef _KERNEL