summaryrefslogtreecommitdiff
path: root/net/fspclient/files/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'net/fspclient/files/patch-ai')
-rw-r--r--net/fspclient/files/patch-ai14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/fspclient/files/patch-ai b/net/fspclient/files/patch-ai
new file mode 100644
index 000000000000..e535db3feb9f
--- /dev/null
+++ b/net/fspclient/files/patch-ai
@@ -0,0 +1,14 @@
+--- 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];