Fix Guile to return correct mode flags on MinGW.
commitab92c15cb242fb6925e63960e1f2a812205db4a9
authorPeter Clifton <pcjc2@cam.ac.uk>
Fri, 7 Nov 2008 18:37:26 +0000 (7 16:37 -0200)
committerCesar Strauss <cestrauss@gmail.com>
Fri, 7 Nov 2008 18:37:26 +0000 (7 16:37 -0200)
tree978e8304957f7bdf89d49711378d531d694e6c72
parente3fcae3f0ef71444d7ff5e9073eab249a1a8554d
Fix Guile to return correct mode flags on MinGW.

On mingw32, guile is returning mode flags from fstat, and then comparing
them with flags such as O_RDWR. (fstat returns flags such as _S_IWRITE,
and the two are not compatible at all).
patches/guile/03-open-permissions.patch [new file with mode: 0644]