diff options
author | trasz <trasz@FreeBSD.org> | 2012-11-18 19:16:10 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2012-11-18 19:16:10 +0000 |
commit | 6a9e72095075d462c3a937e834653a36c024b8c1 (patch) | |
tree | c654a4b0b04702848e9a513cea90e33d66093330 /include | |
parent | 9376662aac53d43f14e729f78bc36cddffaf65e2 (diff) | |
download | FreeBSD-src-6a9e72095075d462c3a937e834653a36c024b8c1.zip FreeBSD-src-6a9e72095075d462c3a937e834653a36c024b8c1.tar.gz |
Add change missed in 243245.
Diffstat (limited to 'include')
-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 1e7402b..c96f37c 100644 --- a/include/paths.h +++ b/include/paths.h @@ -85,6 +85,7 @@ #define _PATH_SHELLS "/etc/shells" #define _PATH_TTY "/dev/tty" #define _PATH_UNIX "don't use _PATH_UNIX" +#define _PATH_UFSSUSPEND "/dev/ufssuspend" #define _PATH_VI "/usr/bin/vi" #define _PATH_WALL "/usr/bin/wall" |