From b8643b5a1b490c3fd945fd337d17ef9b69b832a0 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 23 Sep 1995 15:14:25 +0000 Subject: [PATCH] Due conflict to some obsoleted applications (dump/restore) rename _PATH_LOCK to _PATH_UUCPLOCK Pointed-by: bde --- include/paths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/paths.h b/include/paths.h index e978260422aa..e626f8fbf6af 100644 --- a/include/paths.h +++ b/include/paths.h @@ -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