]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(copy_reg): Preserve time stamps if
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Sep 2005 20:38:34 +0000 (20:38 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Sep 2005 20:38:34 +0000 (20:38 +0000)
commit35044438af981921afed8284bc8aea687bcba2d0
tree0248724f8423423b998095712812d9821414f689
parent2c4a088886d61229807a6028c0440a079a6e9014
(copy_reg): Preserve time stamps if
x->preserve_timestamps is set, using futimens so that
we needn't resolve the path again.
(copy_internal): Don't preserve time stamps if copy_reg did it
already.
src/copy.c