Browse Source

Merge branch 'mac-updates' of http://github.com/ahknight/mergerfs into mac-updates

pull/384/head
Antonio SJ Musumeci 9 years ago
parent
commit
a00dc9b181
  1. 1
      src/fs_base_futimesat_osx.icpp

1
src/fs_base_futimesat_osx.icpp

@ -64,6 +64,7 @@ namespace fs
const char *path,
const struct timeval times[2])
{
int rv;
char fullpath[MAXPATHLEN];
if((dirfd == AT_FDCWD) ||

Loading…
Cancel
Save