]> git.wh0rd.org - fontconfig.git/commit
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)
commit238489030a64fa883f8f9fc3d73247b7f7257899
treebdfff48c378e4b37a070402d01ed013947896684
parent2b0d3d8af5a83604972e4e0fe80802e448d6dd11
Don't use X_OK bit when checking for writable directories (bug 12438)

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.
fc-cache/fc-cache.c
src/fccache.c