K 10 svn:author V 6 jbeich K 8 svn:date V 27 2016-03-11T10:42:54.985152Z K 7 svn:log V 554 sysutils/freefilesync: unbreak build on 10.x (partially r410810) ../../zen/file_access.cpp:893:15: error: no member named 'futimens' in the global namespace if (::futimens(fdFile, newTimes) != 0) ~~^ ../../zen/file_access.cpp:898:15: error: no member named 'utimensat' in the global namespace if (::utimensat(AT_FDCWD, filePath.c_str(), newTimes, AT_SYMLINK_NOFOLLOW) != 0) ~~^ 2 errors generated. PR: 207879 Reported by: pkg-fallout Approved by: kevlo (maintainer, previous version) Reviewed by: portmgr (mat) END