]> git.ipfire.org Git - thirdparty/coreutils.git/commit
copy.c: factor out test for errno value indicating "unsupported"
authorJim Meyering <meyering@redhat.com>
Mon, 27 Apr 2009 09:35:50 +0000 (11:35 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 27 Apr 2009 11:33:47 +0000 (13:33 +0200)
commite0cf592f48b4e67dc31d0482ae4f4dbc820e883e
treee3f24aa9ae8191d1e210b629d9380a3f0e10519f
parent1fa226772cb25c9b2bc17480ddb30bb3dd569951
copy.c: factor out test for errno value indicating "unsupported"

* src/copy.c (errno_unsupported): New function.
(copy_attr_error, copy_internal): Use it.
src/copy.c