diff --git a/src/include/paths.h b/src/include/paths.h index a1144733..cb7780f4 100644 --- a/src/include/paths.h +++ b/src/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"