eio: define HAVE_UTIMES 1 on freebsd, fixes build

This commit is contained in:
Ben Noordhuis 2011-08-12 04:44:41 +02:00
parent 23e9ecb667
commit 1485c47999

View File

@ -7,6 +7,9 @@
/* fdatasync(2) is available */
/* #undef HAVE_FDATASYNC */
/* utimes(2) is available */
#define HAVE_UTIMES 1
/* futimes(2) is available */
#define HAVE_FUTIMES 1