]> granicus.if.org Git - sudo/commitdiff
Remove an XXX
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 15 Jun 2010 20:27:33 +0000 (16:27 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 15 Jun 2010 20:27:33 +0000 (16:27 -0400)
--HG--
branch : 1.7

exec_pty.c

index 363cce074800ed3e87feb9493797ce9a46f7343f..d5594d5aaf76fffa86856939868862bee393ec9b 100644 (file)
@@ -417,10 +417,6 @@ fork_pty(path, argv, envp, sv, rbac_enabled, maxfd)
     sa.sa_flags = SA_INTERRUPT; /* do not restart syscalls */
     sa.sa_handler = handler;
     sigaction(SIGTSTP, &sa, NULL);
-#if 0 /* XXX - add these? */
-    sigaction(SIGTTIN, &sa, NULL);
-    sigaction(SIGTTOU, &sa, NULL);
-#endif
 
     if (foreground) {
        /* Copy terminal attrs from user tty -> pty slave. */