aboutsummaryrefslogtreecommitdiff
path: root/net/fspclient/files/patch-ai
blob: e535db3feb9febd73aa2d90a8b6e7d88bf811371 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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];