Re: FreeBSD integer->errno
Michael Sperber <[email protected]> Sun, 19 Jan 2014 09:46:55 +0100
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <[email protected]> |
William Vining <[email protected]> writes: > integer->errno (in scheme/posix/errno.scm, accessible from the > posix-errnos structure) fails on FreeBSD for any named errno at a > higher index than #{errno nodata} in the named-errno vector. [...] > > The problem can be solved trivially by adding a guard to > integer->errno: [...] Thanks! I've pushed your fix. > I'm new to scheme48, so I wanted to run this by the community for > input. If anybody has any thoughts or comments please let me know. > Also I'm not sure how the development process works WRT > proposing/reviewing/testing/comiting changes. What you did is fine. Submitting a patch or a Mercurial changeset would make it even easier. -- Regards, Mike