From 1712ee8a39082a1d549a8821b91da166036a0f5e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 26 Aug 1996 19:24:28 +0000 Subject: Portable to BSDI now. svn path=/trunk/; revision=63 --- daemon.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/daemon.c b/daemon.c index 56de2deb..087f051f 100644 --- a/daemon.c +++ b/daemon.c @@ -31,6 +31,10 @@ # include #endif +/* BSD portability hack */ +#if !defined(SIGCLD) && defined(SIGCHLD) +#define SIGCLD SIGCHLD +#endif #include "popclient.h" -- cgit v1.2.3