mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
$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
|
|
}
|