diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2009-03-07 15:37:18 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-07 12:22:13 -0800 |
commit | d5e31235f2df3d54930c79f46fb7a7e2394899d0 (patch) | |
tree | 9e402d6b7bd63207e64d48faa4156ee798b09884 /compat/strlcpy.c | |
parent | Update draft release notes to 1.6.3 (diff) | |
download | tgif-d5e31235f2df3d54930c79f46fb7a7e2394899d0.tar.xz |
Brown paper bag fix for MinGW 64-bit stat
When overriding the identifier "stat" so that "struct stat" will be
substituted with "struct _stati64" everywhere, I tried to fix the calls
to the _function_ stat(), too, but I forgot to change the earlier
attempt "stat64" to "_stati64" there.
So, the stat() calls were overridden by calls to _stati64() instead.
Unfortunately, there is a function _stati64() so that I missed that
calls to stat() were not actually overridden by calls to mingw_lstat(),
but t4200-rerere.sh showed the error.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Acked-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat/strlcpy.c')
0 files changed, 0 insertions, 0 deletions