aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/scan.c b/scan.c
index 7a5cc62..bf83b17 100644
--- a/scan.c
+++ b/scan.c
@@ -377,8 +377,6 @@ setup_signals()
memset(&act, 0, sizeof(act));
act.sa_handler = SIG_IGN;
- if (sigaction(SIGCHLD, &act, NULL) == -1)
- err(1, "sigaction()");
if (sigaction(SIGHUP, &act, NULL) == -1)
err(1, "sigaction()");
if (sigaction(SIGINT, &act, NULL) == -1)