summaryrefslogtreecommitdiff
path: root/xinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'xinit.c')
-rw-r--r--xinit.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xinit.c b/xinit.c
index 2d732f2..b89bae8 100644
--- a/xinit.c
+++ b/xinit.c
@@ -429,12 +429,8 @@ startServer(char *server[])
/*
* don't hang on read/write to control tty
*/
-#ifdef SIGTTIN
signal(SIGTTIN, SIG_IGN);
-#endif
-#ifdef SIGTTOU
signal(SIGTTOU, SIG_IGN);
-#endif
/*
* ignore SIGUSR1 in child. The server
* will notice this and send SIGUSR1 back