diff options
author | ache <ache@FreeBSD.org> | 1995-09-23 15:17:32 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-09-23 15:17:32 +0000 |
commit | c78760f0a7009d8f15f66a375a1888d2fc960c26 (patch) | |
tree | 86e60ef8dfc493b5647b1924e663e85110a9c72a /usr.bin/tip | |
parent | 729f3de5ae23b5ada28977e264cd0527dbef5306 (diff) | |
download | FreeBSD-src-c78760f0a7009d8f15f66a375a1888d2fc960c26.zip FreeBSD-src-c78760f0a7009d8f15f66a375a1888d2fc960c26.tar.gz |
Rename PATH_LOCK to PATH_UUCPLOCK
Diffstat (limited to 'usr.bin/tip')
-rw-r--r-- | usr.bin/tip/tip/pathnames.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tip/tip/pathnames.h b/usr.bin/tip/tip/pathnames.h index abf1f33..0f9a15b 100644 --- a/usr.bin/tip/tip/pathnames.h +++ b/usr.bin/tip/tip/pathnames.h @@ -47,7 +47,7 @@ /* #define _PATH_LOCKDIRNAME "/etc/locks/LCK..%s" */ /* #define _PATH_LOCKDIRNAME "/usr/spool/locks/LCK..%s" */ /* #define _PATH_LOCKDIRNAME "/usr/spool/uucp/LCK/LCK..%s" */ -#define _PATH_LOCKDIRNAME _PATH_LOCK "LCK..%s" +#define _PATH_LOCKDIRNAME _PATH_UUCPLOCK "LCK..%s" /* Specify location for system wide databases |