summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-01 07:18:01 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-01 07:18:01 +0000
commit090efdb6b6dd7b6803d9f2ddf2bc79824ccb797b (patch)
tree482f0f36229acd67477e9a2f74d428305bf4575e
parentde314d66bfad3671fa51cc5d14574fa49f9e266c (diff)
downloademacs-090efdb6b6dd7b6803d9f2ddf2bc79824ccb797b.tar.gz
Comment change.
-rw-r--r--src/s/freebsd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index af2439fb4d3..1a04cf0f56a 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.h
@@ -99,3 +99,9 @@
It is already a controlling terminal of subprocess, because we did
ioctl TIOCSCTTY. */
#define DONT_REOPEN_PTY
+
+/* CLASH_DETECTION is defined in bsd4-3.h.
+ In FreeBSD 2.1.5 (and other 2.1.x), this results useless symbolic links
+ remaining in /tmp or other directories with +t bit.
+ To avoid this problem, you could #undef it to use no file lock. */
+/* #undef CLASH_DETECTION */