Junio C Hamano schrieb:
* js/mingw-stat (Mon Aug 18 22:01:06 2008 +0200) 2 commits
- Revert "Windows: Use a customized struct stat that also has the
st_blocks member."
- compat: introduce on_disk_bytes()
This gets rid of use of st_blocks member (which is XSI but not POSIX
proper), which was originally prompted by recent Haiku port but it turns
out MinGW has the same issue as well. Queued on 'pu' just to have a
chance to make sure I munged the version j6t sent me correctly before
merging it upwards.
I tested this again, and it works as expected.
-- Hannes