projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c3416a
)
Delete BROKEN_FASYNC conditional.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 00:20:07 +0000
(
00:20
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 00:20:07 +0000
(
00:20
+0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 51cbb04fc4ccda2b58fab493af91ac9a5605bb02..9863ec99f078e1e316fbc1db7d63ce6db613d4e3 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-112,15
+112,6
@@
extern int errno;
#endif
#endif /* not 4.1 bsd */
-#ifdef BROKEN_FASYNC
-/* On some systems (DGUX comes to mind real fast) FASYNC causes
- background writes to the terminal to stop all processes in the
- process group when invoked under the csh (and probably any shell
- with job control). This stops Emacs dead in its tracks when coming
- up under X11. */
-#undef FASYNC
-#endif
-
#ifndef MSDOS
#include <sys/ioctl.h>
#endif