[PATCH xinit 08/14] SIGTT{IN,OU} is in Unix98
Mikhail Gusarov
dottedmag at dottedmag.net
Tue Apr 13 13:03:23 PDT 2010
Signed-off-by: Mikhail Gusarov <dottedmag at dottedmag.net>
---
xinit.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/xinit.c b/xinit.c
index 2d725e5..4b0c158 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
--
1.7.0
More information about the xorg-devel
mailing list