guile-devel
[Top][All Lists]
Advanced

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

Re: building cvs guile on Mac OS X 10.4


From: Kevin Ryde
Subject: Re: building cvs guile on Mac OS X 10.4
Date: Fri, 13 May 2005 11:48:03 +1000
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Richard Todd <address@hidden> writes:
>
> -  if (getsockopt (fd, ilevel, ioptname, (void *) optval, &optlen) == -1)
> +  if (getsockopt (fd, ilevel, ioptname, (void *) optval, (unsigned 
> int*)&optlen) == -1)

It'd be better to change to socklen_t for these, even if there has to
be a fallback for old systems.

> +  SCM elt = 0;

I don't think 0 is valid when SCM is a struct under certain debug
options.




reply via email to

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