aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 14 deletions
diff --git a/net/fspclient/files/patch-ai b/net/fspclient/files/patch-ai
deleted file mode 100644
index e535db3feb9f..000000000000
--- a/net/fspclient/files/patch-ai
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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];