aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.c b/daemon.c
index fe6243fe..1335ef1a 100644
--- a/daemon.c
+++ b/daemon.c
@@ -54,7 +54,7 @@ sigchld_handler (int sig)
{
pid_t pid;
-#if defined(HAVE_UNION_WAIT)
+#if defined(HAVE_UNION_WAIT) && !defined(__FreeBSD__)
union wait status;
#else
int status;