From 598cb2f5e433014b02eec6270a73bcb95cd7b15a Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Wed, 14 Apr 2010 03:03:23 +0700 Subject: SIGTT{IN,OU} is in Unix98 Signed-off-by: Mikhail Gusarov Signed-off-by: Alan Coopersmith --- xinit.c | 4 ---- 1 file changed, 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 -- cgit v1.2.3