]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Return with an error from copy_link(), copy_fifo() and copy_special() if
authormarkj <markj@FreeBSD.org>
Sun, 27 Jan 2013 05:59:28 +0000 (05:59 +0000)
committermarkj <markj@FreeBSD.org>
Sun, 27 Jan 2013 05:59:28 +0000 (05:59 +0000)
commit9d3fe418801a25c3c0be6e919a641d3f2a35e512
treee5c3cd7dd8071774f29c9c3ff8a90453c7e5fb04
parent5d55975eb2305796623c72048ac32393232fc9b2
Return with an error from copy_link(), copy_fifo() and copy_special() if
the -n option is specified and the destination file exists.

PR: bin/174489
Approved by: rstone (co-mentor)
MFC after: 2 weeks
bin/cp/utils.c