1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00

Add _PATH_LOCK: /var/spool/lock/

Suggested-by: bde
This commit is contained in:
Andrey A. Chernov 1995-09-20 13:01:04 +00:00
parent 89ba97703c
commit fa78e67a41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10923

View File

@ -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