Claes Wallin <[EMAIL PROTECTED]> 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.


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to