$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
    }
