[Fontconfig-bugs] [Bug 25535] Cache file does not get updated when files are added or removed to directory on FAT

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun May 13 12:51:32 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=25535

--- Comment #31 from Akira TAGOH <akira at tagoh.org> 2012-05-13 19:51:32 UTC ---
Thanks for the patch. some comments on them:

1. sys/param.h is required to use fstatfs() on BSD.
2. changing the order of ifdef affects its usage. struct statfs/statvfs is so
incompatible among platforms.
3. fstatvfs() is preferred rather than fstatfs() on Solaris. so this patch may
not works properly on Solaris.
4. there are typos. HAVE_STATFS/HAVE_STATVFS should be
HAVE_FSTATFS/HAVE_FSTATVFS.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Fontconfig-bugs mailing list