summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-04-26 11:34:52 +0000
committerobrien <obrien@FreeBSD.org>2000-04-26 11:34:52 +0000
commitbd16c8f77a0617ecefd7fd97e6951775fb89d431 (patch)
treef7adef9bf16bc55d1903146cda7bd2174e917652 /sys
parentc094165ba4577f53259c6d8f359c3a0ab5d484a1 (diff)
downloadFreeBSD-src-bd16c8f77a0617ecefd7fd97e6951775fb89d431.zip
FreeBSD-src-bd16c8f77a0617ecefd7fd97e6951775fb89d431.tar.gz
Default device not longer uses the "r" raw prefix.
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 e41a282..11c6e58 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/nrsa0"
+#define DEFTAPE "/dev/nsa0"
#endif
#ifdef _KERNEL
OpenPOWER on IntegriCloud