summaryrefslogtreecommitdiff
path: root/misc/root/patches/patch-ai
blob: eb35fad2e92e9cf2ab939b5161d23e6b4299e765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.3 2010/02/26 10:56:38 drochner Exp $

--- net/rpdutils/src/daemon.cxx.orig	2006-05-26 19:23:53.000000000 +0200
+++ net/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
    }