summaryrefslogtreecommitdiffstats
path: root/include/paths.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-03-08 09:04:40 +0000
committerobrien <obrien@FreeBSD.org>2001-03-08 09:04:40 +0000
commit84709752a1c6fac263e353b6ab0ea5c6c0940e7f (patch)
treefe78188dc365290b5e94e8de5ea6917dd7738dab /include/paths.h
parent3fd8acfffe7e53209830a56f5fe8d05b422a36ec (diff)
downloadFreeBSD-src-84709752a1c6fac263e353b6ab0ea5c6c0940e7f.zip
FreeBSD-src-84709752a1c6fac263e353b6ab0ea5c6c0940e7f.tar.gz
Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,
and remove leading `r'(aw) from it.
Diffstat (limited to 'include/paths.h')
-rw-r--r--include/paths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/paths.h b/include/paths.h
index 0109ac6..9894e00 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -49,6 +49,7 @@
#define _PATH_BSHELL "/bin/sh"
#define _PATH_CONSOLE "/dev/console"
#define _PATH_CSHELL "/bin/csh"
+#define _PATH_DEFTAPE "/dev/sa0"
#define _PATH_DEVDB "/var/run/dev.db"
#define _PATH_DEVNULL "/dev/null"
#define _PATH_DEVZERO "/dev/zero"
OpenPOWER on IntegriCloud