aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/term.c b/src/term.c
index 0eaf76a13df..f4117d67dec 100644
--- a/src/term.c
+++ b/src/term.c
@@ -25,7 +25,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
25#include <sys/file.h> 25#include <sys/file.h>
26#include <sys/time.h> 26#include <sys/time.h>
27#include <unistd.h> 27#include <unistd.h>
28#include <setjmp.h>
29 28
30#include "lisp.h" 29#include "lisp.h"
31#include "termchar.h" 30#include "termchar.h"
@@ -2944,8 +2943,7 @@ dissociate_if_controlling_tty (int fd)
2944 emacs_close (fd); 2943 emacs_close (fd);
2945 pthread_sigmask (SIG_UNBLOCK, &blocked, 0); 2944 pthread_sigmask (SIG_UNBLOCK, &blocked, 0);
2946#else 2945#else
2947 /* Unknown system. */ 2946# error "Unknown system."
2948 croak ();
2949#endif /* ! TIOCNOTTY */ 2947#endif /* ! TIOCNOTTY */
2950#endif /* ! USG */ 2948#endif /* ! USG */
2951 } 2949 }