]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(copy_reg): Move declaration of local, `n_read', into
authorJim Meyering <jim@meyering.net>
Mon, 14 Aug 2000 09:58:25 +0000 (09:58 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 14 Aug 2000 09:58:25 +0000 (09:58 +0000)
commit0f8dd3a95412ade3dd0a4efdb917aa3fab623f51
tree9a2987725d8817b45e05d5835e7003c218fd111f
parentd927d60b3642dcd471529d679292570671703dd3
(copy_reg): Move declaration of local, `n_read', into
the scope where it's used.
(copy_internal): In calling copy_reg, pass not the raw `src_mode',
but the possibly-umask-relative mode, `get_dest_mode (x, src_mode)'.
src/copy.c