diff options
author | ache <ache@FreeBSD.org> | 1995-09-23 15:14:25 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-09-23 15:14:25 +0000 |
commit | 729f3de5ae23b5ada28977e264cd0527dbef5306 (patch) | |
tree | fbc8cd18e7a2e2f3110413a484cdbad4ecccb27e /include | |
parent | 17596c2d332ec25a4ca1df70171b5b512a0420fb (diff) | |
download | FreeBSD-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')
-rw-r--r-- | include/paths.h | 2 |
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 |