diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2010-06-05 08:50:39 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2010-06-05 08:50:39 +0000 |
commit | 9fa5f90fbf75833c2b66cc1af63befd0274e9605 (patch) | |
tree | e13436fa40f524f90f3e12d6f7097e0706aa9e0b /bin/cp | |
parent | c25d9e1d966ce03c15b440b88e46aa1c3b98420b (diff) | |
download | src-9fa5f90fbf75833c2b66cc1af63befd0274e9605.tar.gz src-9fa5f90fbf75833c2b66cc1af63befd0274e9605.zip |
Notes
Diffstat (limited to 'bin/cp')
-rw-r--r-- | bin/cp/cp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/cp/cp.c b/bin/cp/cp.c index 0ae57eba590e..86dbb3c04cfb 100644 --- a/bin/cp/cp.c +++ b/bin/cp/cp.c @@ -466,6 +466,7 @@ copy(char *argv[], enum op type, int fts_options) case S_IFSOCK: warnx("%s is a socket (not copied).", curr->fts_path); + break; case S_IFIFO: if (Rflag) { if (copy_fifo(curr->fts_statp, !dne)) |