]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(copy_internal): Remove earlier (but less effective)
authorJim Meyering <jim@meyering.net>
Mon, 30 Nov 1998 02:10:13 +0000 (02:10 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 30 Nov 1998 02:10:13 +0000 (02:10 +0000)
commit32df3704e41fac85df7e7054678d14d94f4cb153
treeb7812d6ac3b35623e18a5ed167b1f1edcd28c77d
parent955d2c6ae5e9313f22458939ed3042f3ae1358c3
(copy_internal): Remove earlier (but less effective)
test for move/copy-into-self.
Instead, deduce the move-into-self condition from errno==EINVAL
after a failed rename.
src/copy.c