$NetBSD: patch-ai,v 1.2 2006/05/27 12:38:27 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
    }
