X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftint.c;h=fbe62ace07d5a19be7cd9f9666c81b469ab1a613;hb=35dc866951d48409e88a1fde5fdb52dfe60f3b18;hp=23394d9ef5a3f6f64ce35b10c7a9b8321d9b682b;hpb=f7f08a5ff9430a8ef6f09e723d30a36a47e96bb0;p=chaz%2Ftint2 diff --git a/src/tint.c b/src/tint.c index 23394d9..fbe62ac 100644 --- a/src/tint.c +++ b/src/tint.c @@ -95,7 +95,7 @@ void init (int argc, char *argv[]) sigaction(SIGINT, &sa, 0); sigaction(SIGTERM, &sa, 0); sigaction(SIGHUP, &sa, 0); - signal(SIGCHLD, SIG_IGN); // don't have to wait() after fork() +// signal(SIGCHLD, SIG_IGN); // don't have to wait() after fork() // BSD is too stupid to support pselect(), therefore we have to use select and hope that we do not // end up in a race condition there