Branko Äibej <[EMAIL PROTECTED]> writes: > This interface looks sane, and I can cobble up a Windows implementation > in two eyeblinks. As for the patch itself: utimes() is a BSDism and may > not be available on all systems. The Unix implementation needs to check > for this, and use utime() instead if utimes() isn't available.
Branko, I just committed your & Matt's patches for apr_file_mtime_set(). Your test passes for me. Can you give me a clue about how to "check for utimes()" on unix platforms?
