1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/fspclient/files/patch-ai
Steve Price b10cce44e8 * Fixup MASTER_SITES
* Split patches one file per patch
* Whitespace nits

PR:		15720
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-27 21:35:55 +00:00

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];