diff options
Diffstat (limited to 'xinit.c')
-rw-r--r-- | xinit.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |