Due conflict to some obsoleted applications (dump/restore) rename

_PATH_LOCK to _PATH_UUCPLOCK
Pointed-by: bde
This commit is contained in:
Andrey A. Chernov 1995-09-23 15:14:25 +00:00
parent 1b72e71cc2
commit b8643b5a1b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10975

View file

@ -69,7 +69,7 @@
#define _PATH_VARRUN "/var/run/"
#define _PATH_VARTMP "/var/tmp/"
#define _PATH_YP "/var/yp/"
#define _PATH_LOCK "/var/spool/lock/"
#define _PATH_UUCPLOCK "/var/spool/lock/"
/* How to get the correct name of the kernel. */
__BEGIN_DECLS