1
0
mirror of https://github.com/git/git.git synced 2025-03-18 03:06:58 +00:00
Johannes Sixt fc2ded5b08 Windows: Use a customized struct stat that also has the st_blocks member.
Windows's struct stat does not have a st_blocks member. Since we already
have our own stat/lstat/fstat implementations, we can just as well use
a customized struct stat. This patch introduces just that, and also fills
in the st_blocks member. On the other hand, we don't provide members that
are never used.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
2008-06-26 08:45:11 +02:00
..
2007-09-06 22:46:00 -07:00
2007-06-07 00:04:01 -07:00
2008-06-22 11:32:45 +02:00