termux-packages/root-packages/encfs/encfs.cpp.patch

12 lines
348 B
Diff
Raw Normal View History

2018-10-14 09:32:37 +02:00
--- ../encfs.cpp.orig 2018-10-14 09:22:18.445712600 +0200
+++ ./encfs/encfs.cpp 2018-10-14 09:22:24.729681665 +0200
@@ -620,7 +620,7 @@
tv[1].tv_sec = ts[1].tv_sec;
tv[1].tv_usec = ts[1].tv_nsec / 1000;
- int res = lutimes(cyName.c_str(), tv);
+ int res = utimes(cyName.c_str(), tv);
#endif
return (res == -1) ? -errno : ESUCCESS;
}