diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-03 21:32:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-03 21:32:23 +0000 |
commit | 08ec76e17deb0bcb952877d714029241f9dae766 (patch) | |
tree | ed38b7dbc140fde6a9f268528d819274a7fbf26c /daemon.c | |
parent | fb0eaf4989c86439ed3142042d29e4a3ca75a55e (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |