monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] [ANNOUNCE] monotone 0.34 release


From: Daniel Carosone
Subject: Re: [Monotone-devel] [ANNOUNCE] monotone 0.34 release
Date: Tue, 3 Apr 2007 07:58:49 +1000
User-agent: Mutt/1.5.14 (2007-02-12)

On Mon, Apr 02, 2007 at 07:18:23PM +0300, Tero Koskinen wrote:
> Apparently Monotone 0.34 doesn't compile on OpenBSD 4.1 (i386).

Nor on NetBSD (-current).

>  #include <sys/un.h>
> +#include <sys/types.h>
>  #include <sys/socket.h>
>  #include <fcntl.h>
>  #include <stdlib.h>
>  #include <string.h>
> +#include <unistd.h>

On NetBSD, adding sys/types.h was enough, but I needed it before
sys/un.h. No need for the latter addition, though it caused no harm
either.

--
Dan.

Attachment: pgp_na3gDOpF2.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]