mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b10cce44e8
* Split patches one file per patch * Whitespace nits PR: 15720 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
--- client.0.0-h+/lock.c.orig Thu May 6 14:23:44 1993
|
|
+++ client.0.0-h+/lock.c Mon Dec 27 20:53:16 1999
|
|
@@ -14,7 +14,11 @@
|
|
#ifndef NOLOCKING
|
|
|
|
#ifndef KEY_PREFIX
|
|
+#ifdef __FreeBSD__
|
|
+# define KEY_PREFIX "/tmp/.FL"
|
|
+#else
|
|
# define KEY_PREFIX "/usr/tmp/.FL"
|
|
+#endif
|
|
#endif
|
|
|
|
static char key_string[sizeof(KEY_PREFIX)+32];
|