summaryrefslogtreecommitdiff
path: root/src/copy.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-02-26 11:30:53 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-02-26 11:31:25 -0800
commit069723c5eef34736b35b21af1d76ddfbd594a259 (patch)
tree78e2d22153921de1672e0ec26be855dd53e01f47 /src/copy.c
parentf81a79f19428a2ac8bc50dc3fb70240681c37f92 (diff)
downloadcoreutils-069723c5eef34736b35b21af1d76ddfbd594a259.tar.xz
cp: copy files by inode
Problem reported by Bernhard Voelker in: http://lists.gnu.org/archive/html/coreutils/2014-02/msg00034.html * src/copy.c (copy_dir): Adjust to recent gnulib change.
Diffstat (limited to 'src/copy.c')
-rw-r--r--src/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c
index 0b7c59ea9..7afb80113 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -598,7 +598,7 @@ copy_dir (char const *src_name_in, char const *dst_name_in, bool new_dst,
struct cp_options non_command_line_options = *x;
bool ok = true;
- name_space = savedir (src_name_in);
+ name_space = savedir (src_name_in, SAVEDIR_SORT_INODE);
if (name_space == NULL)
{
/* This diagnostic is a bit vague because savedir can fail in