Mercurial > emacs
changeset 19071:687bc839bd2c
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 01 Aug 1997 07:18:01 +0000 |
parents | 944ebdc35ee4 |
children | d02e089cc1dc |
files | src/s/freebsd.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/freebsd.h Fri Aug 01 06:45:06 1997 +0000 +++ b/src/s/freebsd.h Fri Aug 01 07:18:01 1997 +0000 @@ -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 */