summaryrefslogtreecommitdiff
path: root/sysutils/medusa/patches/patch-ae
blob: 281371e25b7a307baf63e14f00d8b6a23c73e4ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.1.1.1 2001/05/14 17:13:21 rh Exp $

--- search-service/medusa-file-search-daemon.c.orig	Sun Apr  8 08:54:53 2001
+++ search-service/medusa-file-search-daemon.c
@@ -271,7 +271,7 @@
         /* Ignore the termination status of child processes explicitly,
            so that they don't become zombies (see Stevens, "Advanced Programming 
            in the Unix Environment", page 280) */
-        signal (SIGCLD, SIG_IGN);
+        signal (SIGCHLD, SIG_IGN);
 
         /* Finish setting up all of the socket internals */