]> git.wh0rd.org - fontconfig.git/commit
Remove unneeded call to access(2) in fc-cache.
authorKeith Packard <keithp@koto.keithp.com>
Thu, 18 Oct 2007 11:54:51 +0000 (04:54 -0700)
committerKeith Packard <keithp@koto.keithp.com>
Thu, 18 Oct 2007 11:54:51 +0000 (04:54 -0700)
commite12f718f65fc874e9170761f670930124815663e
tree505fc89e22780d7c8118119ce6e115b863b7e6fd
parentf7da903d370dcf662a301930b003485f25db618f
Remove unneeded call to access(2) in fc-cache.

This call was followed by a call to stat(2) which provided the necessary
information. This call to access(2) was necessary when cache files were
stored in the font directory as that would check for write permission
correctly.
fc-cache/fc-cache.c