Remove obsolete comment

This commit is contained in:
Todd C. Miller
2011-02-02 14:24:48 -05:00
parent 29f9e23c84
commit 82c85571c9

View File

@@ -824,7 +824,6 @@ exec_monitor(struct command_details *details, char *argv[], char *envp[],
error(1, "cannot create pipe"); error(1, "cannot create pipe");
/* Reset SIGWINCH and SIGALRM. */ /* Reset SIGWINCH and SIGALRM. */
/* XXX - restore all signals except SIGPIPE? */
zero_bytes(&sa, sizeof(sa)); zero_bytes(&sa, sizeof(sa));
sigemptyset(&sa.sa_mask); sigemptyset(&sa.sa_mask);
sa.sa_flags = SA_RESTART; sa.sa_flags = SA_RESTART;