aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-03 21:32:23 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-03 21:32:23 +0000
commit08ec76e17deb0bcb952877d714029241f9dae766 (patch)
treeed38b7dbc140fde6a9f268528d819274a7fbf26c /daemon.c
parentfb0eaf4989c86439ed3142042d29e4a3ca75a55e (diff)
downloadfetchmail-08ec76e17deb0bcb952877d714029241f9dae766.tar.gz
fetchmail-08ec76e17deb0bcb952877d714029241f9dae766.tar.bz2
fetchmail-08ec76e17deb0bcb952877d714029241f9dae766.zip
FreeBSD port changes.
svn path=/trunk/; revision=1288
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;