diff options
| author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2024-09-04 16:16:54 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-04 08:41:36 -0700 |
| commit | 42020d2dc01d552c9f034c691d25f726735ab3c5 (patch) | |
| tree | f760261cc8018f8978f18392349060fb423ac141 /builtin/commit-tree.c | |
| parent | t/clar: fix compatibility with NonStop (diff) | |
| download | git-42020d2dc01d552c9f034c691d25f726735ab3c5.tar.gz git-42020d2dc01d552c9f034c691d25f726735ab3c5.zip | |
clar: avoid compile error with mingw-w64
When using mingw-w64 to compile the code, and using `_stat()`, it is
necessary to use `struct _stat`, too, and not `struct stat` (as the
latter is incompatible with the "dashed" version because it is limited
to 32-bit time types for backwards compatibility).
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-tree.c')
0 files changed, 0 insertions, 0 deletions
