bug-guile
[Top][All Lists]
Advanced

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

Re: CVS-060720 compilation failure on Solaris 10, patch


From: Kevin Ryde
Subject: Re: CVS-060720 compilation failure on Solaris 10, patch
Date: Fri, 21 Jul 2006 10:08:53 +1000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Claes Wallin <address@hidden> writes:
>
>         * libguile/threads.c:
>           include <string.h> (FD_ZERO on Solaris needs this)

Thanks, I made that change.

> +#if HAVE_STRING_H && defined(__sun__)        /* On Solaris 10, FD_ZERO uses 
> memset */

... but without __sun__.  That header is friendly, no need to restrict
its use.




reply via email to

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