(sys_rename): Only check errno against EEXIST, and not
authorAndrew Innes <andrewi@gnu.org>
Sun, 17 Dec 2000 23:14:55 +0000 (23:14 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 17 Dec 2000 23:14:55 +0000 (23:14 +0000)
commitcfb5e8555e85d10ba7cfad00b53963f7b388fab3
tree2ced51d79726974f3ae0f67e8a8d04fcae7f1a01
parent2254bcde534143e48b624128a43e86699342b61b
(sys_rename): Only check errno against EEXIST, and not
EACCES, when determining whether rename failed because the target
exists.  This was resulting in indefinite looping on Windows 9x if
the source file was locked by another process.
src/w32.c