From e9de51fb95c5361785814544109cd9f542776bcd Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 24 Apr 1992 21:57:05 -0800 Subject: [PATCH] add _PATH_VARDB, /var/db SCCS-vsn: include/paths.h 5.16 --- usr/src/include/paths.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/include/paths.h b/usr/src/include/paths.h index 59dbe4a3a0..30651bb075 100644 --- a/usr/src/include/paths.h +++ b/usr/src/include/paths.h @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * @(#)paths.h 5.15 (Berkeley) %G% + * @(#)paths.h 5.16 (Berkeley) %G% */ #ifndef _PATHS_H_ @@ -32,6 +32,7 @@ /* Provide trailing slash, since mostly used for building pathnames. */ #define _PATH_DEV "/dev/" #define _PATH_TMP "/tmp/" +#define _PATH_VARDB "/var/db/" #define _PATH_VARRUN "/var/run/" #define _PATH_VARTMP "/var/tmp/" -- 2.20.1