diff -r 84f6b0c41b90 -r 269ff8978086 mercurial/cext/util.h --- a/mercurial/cext/util.h Tue Oct 19 21:03:13 2021 +0200 +++ b/mercurial/cext/util.h Mon Oct 18 11:23:07 2021 +0200 @@ -27,7 +27,8 @@ int flags; int mode; int size; - int mtime; + int mtime_s; + int mtime_ns; } dirstateItemObject; /* clang-format on */