From 6a87ca9243ca54564c68aec500d5d678788729f0 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 20 Sep 1995 13:01:04 +0000 Subject: [PATCH] Add _PATH_LOCK: /var/spool/lock/ Suggested-by: bde --- include/paths.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/paths.h b/include/paths.h index 0c39a22e8b80..e978260422aa 100644 --- a/include/paths.h +++ b/include/paths.h @@ -69,6 +69,7 @@ #define _PATH_VARRUN "/var/run/" #define _PATH_VARTMP "/var/tmp/" #define _PATH_YP "/var/yp/" +#define _PATH_LOCK "/var/spool/lock/" /* How to get the correct name of the kernel. */ __BEGIN_DECLS