Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
411c533f
Commit
411c533f
authored
Jun 10, 1993
by
Jim Blandy
Browse files
* sysdep.c: Remove clause for DGUX support of FASYNC; add clause
to #undef FASYNC if BROKEN_FASYNC is #defined.
parent
fe5de478
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
src/sysdep.c
src/sysdep.c
+8
-4
No files found.
src/sysdep.c
View file @
411c533f
...
...
@@ -104,10 +104,14 @@ extern char *sys_errlist[];
#endif
#endif /* not 4.1 bsd */
/* Get DGUX definition for FASYNC - DJB */
#ifdef DGUX
#include <sys/file.h>
#endif
/* DGUX */
#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
#include <sys/ioctl.h>
#include "systty.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment