On 2003-03-27 at 14:28 +0100, Andreas Aardal Hanssen wrote:
> Great! Look up the archives and you'll find a patch that fixes this
> problem:
>
> http://article.gmane.org/gmane.mail.imap.binc.general/521
Thanks for the quick response - the patch fixes the problem under
FreeBSD 4.8-RC.
One additional comment: src/io/io.cc needs to be patched to
replace
#include <wait.h>
with
#include <sys/wait.h>
in order to compile under FreeBSD (any version).
ChangeLog says:
- Changed <wait.h> to <sys/wait.h> everywhere
Was src/io/io.cc accidentally forgotten in the process? ;)
Sergei