diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-05-17 11:47:12 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-05-17 11:47:12 +0000 |
commit | f01e90294486b3921674f6f5ab7773ac3b5b0a3a (patch) | |
tree | b7b908ac0d85797bd439de2537bf6ff6a08c1aa6 /include/paths.h | |
parent | 3f70efa473f0e9a7809a9a03dbbd9f93bf51861d (diff) | |
download | FreeBSD-src-f01e90294486b3921674f6f5ab7773ac3b5b0a3a.zip FreeBSD-src-f01e90294486b3921674f6f5ab7773ac3b5b0a3a.tar.gz |
Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.
Diffstat (limited to 'include/paths.h')
-rw-r--r-- | include/paths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/paths.h b/include/paths.h index cf8bc8d..ec17cac 100644 --- a/include/paths.h +++ b/include/paths.h @@ -73,6 +73,7 @@ #define _PATH_TTY "/dev/tty" #define _PATH_UNIX "don't use _PATH_UNIX" #define _PATH_VI "/usr/bin/vi" +#define _PATH_WALL "/usr/bin/wall" /* Provide trailing slash, since mostly used for building pathnames. */ #define _PATH_DEV "/dev/" |