author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Tue, 23 Jan 2007 12:39:09 +0000 (13:39 +0100) | ||
committer | Johannes Sixt <johannes.sixt@telecom.at> | |
Mon, 23 Jun 2008 11:38:23 +0000 (13:38 +0200) | ||
commit | 132a6e903fd912d02392db55c407267103766f19 | |
tree | a19ffa4904b2d5b775f6111844becf7bc97e2f7d | tree | snapshot |
parent | f7597acac069bbaad8887cb315a4e5420222971a | commit | diff |
Windows: always chmod(, 0666) before unlink().
On Windows, read-only files cannot be deleted. To make sure that
deletion does not fail because of this, always call chmod() before
unlink().
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
On Windows, read-only files cannot be deleted. To make sure that
deletion does not fail because of this, always call chmod() before
unlink().
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
compat/mingw.h | diff | blob | history |