summaryrefslogtreecommitdiff
path: root/misc/root/patches/patch-ai
blob: 7eba8c55613782860e5d908f7400cfa5adf44bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.2 2006/05/27 12:38:27 drochner Exp $

--- rpdutils/src/daemon.cxx.orig	2006-05-26 19:23:53.000000000 +0200
+++ rpdutils/src/daemon.cxx
@@ -212,7 +212,7 @@ out:
 #elif defined(__sun)
       sigignore(SIGCHLD);
 #else
-      signal(SIGCLD, SIG_IGN);
+      signal(SIGCHLD, SIG_IGN);
 #endif
 #endif
    }