From 31607f1007e0e61c45202f2d5d18e7bd84b936f1 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Sun, 24 Jun 1990 18:33:15 -0800 Subject: [PATCH] add _PATH_MAILDIR SCCS-vsn: include/paths.h 5.7 --- 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 9742481691..2ddafbd815 100644 --- a/usr/src/include/paths.h +++ b/usr/src/include/paths.h @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * @(#)paths.h 5.6 (Berkeley) %G% + * @(#)paths.h 5.7 (Berkeley) %G% */ #define _PATH_BSHELL "/bin/sh" @@ -14,6 +14,7 @@ #define _PATH_DEVNULL "/dev/null" #define _PATH_DRUM "/dev/drum" #define _PATH_KMEM "/dev/kmem" +#define _PATH_MAILDIR "/var/mail" #define _PATH_MAN "/usr/man" #define _PATH_MEM "/dev/mem" #define _PATH_NOLOGIN "/etc/nologin" -- 2.20.1