On Thu, Sep 06, 2007 at 08:15:40PM +0200, Magne M?hre wrote:
> 
> I tried to build 1.3d and svn trunk today, and came across a couple of 
> issues.
> A patch is attached that remedies these problems, and I _think_ they won't 
> break
> anything.
> 
> 1. configure.in
>  a) Added AC_CHECK_LIB for  inet_ntoa in libnsl  (it's where it lives on 
>  Solaris)
> 
>  b) Changed the checks for __func__ and __FUNCTION__ so it no longer tries 
>  to
>     declare an inner function (the void foo() {}).  Inner functions are not
>     allowed in ISO C, so even though gcc accepts it, other compilers
>     (like Sun Studio) don't.
> 
> 2. test/regress.c
> 
>  a) Changed references for u_int32_t  to uint32_t, since the latter is C99,
>     and is also what's tested for in the configure script.

Thanks for your patches; I've checked them in to the subversion
repository.  They should appear in the next release.

-- 
Nick Mathewson

Attachment: pgpbrheKuGNfd.pgp
Description: PGP signature

_______________________________________________
Libevent-users mailing list
[email protected]
http://monkey.org/mailman/listinfo/libevent-users

Reply via email to