summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-12-31 08:17:19 +0000
committermjacob <mjacob@FreeBSD.org>2000-12-31 08:17:19 +0000
commit072d9a6f781915870cfe1193cc410732670113d0 (patch)
tree5773aef279445c6ec1a576220bd020ac3e3bc3bb /sys
parentb3e6a27a70b0b59a412a59c50025559273122bb3 (diff)
downloadFreeBSD-src-072d9a6f781915870cfe1193cc410732670113d0.zip
FreeBSD-src-072d9a6f781915870cfe1193cc410732670113d0.tar.gz
Unbelievable how this slipped through. There is
no such device as /dev/nsa0. The DEFTAPE should "/dev/nrsa0". *Groan*.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mtio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mtio.h b/sys/sys/mtio.h
index 11c6e58..e41a282 100644
--- a/sys/sys/mtio.h
+++ b/sys/sys/mtio.h
@@ -225,7 +225,7 @@ union mterrstat {
#define MTIOCGETEOTMODEL _IOR('m', 8, u_int32_t)
#ifndef _KERNEL
-#define DEFTAPE "/dev/nsa0"
+#define DEFTAPE "/dev/nrsa0"
#endif
#ifdef _KERNEL
OpenPOWER on IntegriCloud