summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2010-04-14 03:03:23 +0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-13 20:17:25 -0700
commit598cb2f5e433014b02eec6270a73bcb95cd7b15a (patch)
tree473db386313938972829c56fb88667f9e2d1816c
parentce5aa4e7a30bff3207695b9ce8cbdcd56ff7b36c (diff)
SIGTT{IN,OU} is in Unix98
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-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