mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
* Split patches one file per patch * Whitespace nits PR: 15720 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
14 lines
328 B
Text
14 lines
328 B
Text
--- 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];
|