* syscalls.cc (rename): Allocate temporary path buffers using

tmp_pathbuf.  Don't try to unset R/O attribute on dstpc if a
	removepc exists.  dstpc is a non-existant file in that case.
This commit is contained in:
Corinna Vinschen
2008-05-19 20:22:29 +00:00
parent a4e3764e51
commit 78ee2ae11f
2 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2008-05-19 Corinna Vinschen <corinna@vinschen.de>
* syscalls.cc (rename): Allocate temporary path buffers using
tmp_pathbuf. Don't try to unset R/O attribute on dstpc if a
removepc exists. dstpc is a non-existant file in that case.
2008-05-17 Christopher Faylor <me+cygwin@cgf.cx>
* include/stdint.h: Use int rather than long for {u,}int32_t.