summaryrefslogtreecommitdiffstats
path: root/include/paths.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-09-23 15:14:25 +0000
committerache <ache@FreeBSD.org>1995-09-23 15:14:25 +0000
commit729f3de5ae23b5ada28977e264cd0527dbef5306 (patch)
treefbc8cd18e7a2e2f3110413a484cdbad4ecccb27e /include/paths.h
parent17596c2d332ec25a4ca1df70171b5b512a0420fb (diff)
downloadFreeBSD-src-729f3de5ae23b5ada28977e264cd0527dbef5306.zip
FreeBSD-src-729f3de5ae23b5ada28977e264cd0527dbef5306.tar.gz
Due conflict to some obsoleted applications (dump/restore) rename
_PATH_LOCK to _PATH_UUCPLOCK Pointed-by: bde
Diffstat (limited to 'include/paths.h')
-rw-r--r--include/paths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h
index e978260..e626f8f 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
OpenPOWER on IntegriCloud