* src/copy.c (copy_internal): Don't work around old NFS clients like
authorJim Meyering <jim@meyering.net>
Wed, 5 Jul 2006 09:08:42 +0000 (09:08 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 Jul 2006 09:08:42 +0000 (09:08 +0000)
commit36a288e41a6534c816090dce1a6ed139a60e87b7
tree3793eee5eef96a014ea95df1fe9ca3a8b0e291e8
parent7669f3998d2adb0618548dcf95b5ef01a51fac9e
* src/copy.c (copy_internal): Don't work around old NFS clients like
SunOS-4.1.4 and Irix 5.3 that set errno to values like EIO and
ENOTEMPTY upon failed rename.  Otherwise, we risk misinterpreting
a banal failure as a recursive move-into-self failure.
Reported by Florent Bayle in <http://bugs.debian.org/376749>.
ChangeLog
THANKS
src/copy.c