Signed-off-by: Mikhail Gusarov <[email protected]>
---
 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

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to