Browse Source

Fix some compile errors for Travis

pull/384/head
Adam Knight 9 years ago
parent
commit
bca840450d
  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