diff options
| author | Richard M. Stallman | 1997-08-01 07:18:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-01 07:18:01 +0000 |
| commit | 145eec6fbc03c348c3ac043db1bb55eebbe06b9a (patch) | |
| tree | b709d8de3f97e407e1f0c7bcf65654d018334cf9 | |
| parent | d2bf391050dcbc4c62d48c9b2022ad127201f842 (diff) | |
| download | emacs-145eec6fbc03c348c3ac043db1bb55eebbe06b9a.tar.gz emacs-145eec6fbc03c348c3ac043db1bb55eebbe06b9a.zip | |
Comment change.
| -rw-r--r-- | src/s/freebsd.h | 6 |
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 @@ | |||
| 99 | It is already a controlling terminal of subprocess, because we did | 99 | It is already a controlling terminal of subprocess, because we did |
| 100 | ioctl TIOCSCTTY. */ | 100 | ioctl TIOCSCTTY. */ |
| 101 | #define DONT_REOPEN_PTY | 101 | #define DONT_REOPEN_PTY |
| 102 | |||
| 103 | /* CLASH_DETECTION is defined in bsd4-3.h. | ||
| 104 | In FreeBSD 2.1.5 (and other 2.1.x), this results useless symbolic links | ||
| 105 | remaining in /tmp or other directories with +t bit. | ||
| 106 | To avoid this problem, you could #undef it to use no file lock. */ | ||
| 107 | /* #undef CLASH_DETECTION */ | ||