mercurial/cext/util.h
changeset 48260 269ff8978086
parent 48252 602c8e8411f5
child 48261 9205d9be8b41
--- 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 */