From: Jim Meyering Date: Sun, 13 Aug 2000 13:13:25 +0000 (+0000) Subject: (copy_reg): Add comment. X-Git-Tag: FILEUTILS-4_0y~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d927d60b3642dcd471529d679292570671703dd3;p=thirdparty%2Fcoreutils.git (copy_reg): Add comment. --- diff --git a/src/copy.c b/src/copy.c index 59f2b96b7b..712f81f677 100644 --- a/src/copy.c +++ b/src/copy.c @@ -157,6 +157,7 @@ copy_dir (const char *src_path_in, const char *dst_path_in, int new_dst, If the source file contains holes, copies holes and blocks of zeros in the source file as holes in the destination file. (Holes are read as zeroes by the `read' system call.) + Use DST_MODE as the 3rd argument in the call to open. Return 0 if successful, -1 if an error occurred. FIXME: describe sparse_mode. */