summaryrefslogtreecommitdiff
path: root/include/paths.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-08 09:04:40 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-08 09:04:40 +0000
commit8454c72c24f59ba3604b2f55decaa506bb1df6dd (patch)
tree4379942f69dc43d534e5f548bc327b0001e26033 /include/paths.h
parent81ddd8285354db9e6e5b44fa7545cdc168a2eb83 (diff)
downloadsrc-test2-8454c72c24f59ba3604b2f55decaa506bb1df6dd.tar.gz
src-test2-8454c72c24f59ba3604b2f55decaa506bb1df6dd.zip
Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,
and remove leading `r'(aw) from it.
Notes
Notes: svn path=/head/; revision=73986
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 0109ac6339f5..9894e00bc8c8 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"