diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-02-21 19:21:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-02-21 19:21:52 +0000 |
commit | 169a3a38b5770ca40da4d8d5b11d5645f22498f0 (patch) | |
tree | a3ec3d7165f0aee3f16db858d3af565d4460ad64 /include | |
parent | 087aef79d4c58442cff55451b979754dc22f8eab (diff) |
add _PATH_FSIRAND
Diffstat (limited to 'include')
-rw-r--r-- | include/paths.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h index a1144733091..cb7780f466f 100644 --- a/include/paths.h +++ b/include/paths.h @@ -1,4 +1,4 @@ -/* $OpenBSD: paths.h,v 1.4 1996/11/02 05:35:24 tholo Exp $ */ +/* $OpenBSD: paths.h,v 1.5 1997/02/21 19:21:51 millert Exp $ */ /* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */ /* @@ -50,6 +50,7 @@ #define _PATH_DEVDB "/var/run/dev.db" #define _PATH_DEVNULL "/dev/null" #define _PATH_DRUM "/dev/drum" +#define _PATH_FSIRAND "/sbin/fsirand" #define _PATH_KMEM "/dev/kmem" #define _PATH_LOCALE "/usr/share/locale" #define _PATH_MAILDIR "/var/mail" |