From 3a3a4d86bae97c98ce707964f422861fcfb5218b Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Thu, 5 Jun 2014 07:59:55 +0100 Subject: Released 1.12.4. --- src/bindfs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/bindfs.c b/src/bindfs.c index 67722a3..e94402d 100644 --- a/src/bindfs.c +++ b/src/bindfs.c @@ -254,6 +254,7 @@ static int getattr_common(const char *procpath, struct stat *stbuf) if the user asked for that */ if (settings.ctime_from_mtime) { #ifdef HAVE_STAT_NANOSEC + // TODO: does this work on OS X? stbuf->st_ctim = stbuf->st_mtim; #else stbuf->st_ctime = stbuf->st_mtime; -- cgit v1.2.3