mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Change to use the correct lock file directory.
This commit is contained in:
parent
8963028c59
commit
18269b5553
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3786
@ -4,7 +4,7 @@
|
||||
* This code is derived from chat.c.
|
||||
*/
|
||||
|
||||
static char rcsid[] = "$Id: lock.c,v 1.1 1994/04/18 23:41:52 paulus Exp $";
|
||||
static char rcsid[] = "$Id: lock.c,v 1.2 1994/09/25 02:32:04 wollman Exp $";
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
@ -24,7 +24,7 @@ static char rcsid[] = "$Id: lock.c,v 1.1 1994/04/18 23:41:52 paulus Exp $";
|
||||
#endif
|
||||
|
||||
#ifndef LOCK_DIR
|
||||
# ifdef __NetBSD__
|
||||
# if defined(__NetBSD__) || defined(__FreeBSD__)
|
||||
# define PIDSTRING
|
||||
# define LOCK_PREFIX "/var/spool/lock/LCK.."
|
||||
# else
|
||||
|
Loading…
Reference in New Issue
Block a user