]> git.wh0rd.org - fontconfig.git/commitdiff
Don't use X_OK bit when checking for writable directories (bug 12438)
authorKeith Packard <keithp@koto.keithp.com>
Thu, 18 Oct 2007 12:04:39 +0000 (05:04 -0700)
committerKeith Packard <keithp@koto.keithp.com>
Thu, 18 Oct 2007 12:04:39 +0000 (05:04 -0700)
Some mingw versions have broken X_OK checking; instead of trying to work
around this in a system-depedent manner, simply don't bother checking for
X_OK along with W_OK as such cases are expected to be mistakes, and not
sensible access control.


No differences found