From d927d60b3642dcd471529d679292570671703dd3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 13 Aug 2000 13:13:25 +0000 Subject: [PATCH] (copy_reg): Add comment. --- src/copy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/copy.c b/src/copy.c index 59f2b96..712f81f 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. */ -- 2.7.4