From: Jim Meyering Date: Sun, 22 Oct 2000 13:10:20 +0000 (+0000) Subject: (make_path_private): Add a FIXME comment. X-Git-Tag: TEXTUTILS-2_0_8~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0d9306c78d598b98b5c2a94e9b0a05c3c3a26f1;p=platform%2Fupstream%2Fcoreutils.git (make_path_private): Add a FIXME comment. --- diff --git a/src/cp.c b/src/cp.c index d76a3c4..70cd36c 100644 --- a/src/cp.c +++ b/src/cp.c @@ -330,6 +330,8 @@ re_protect (const char *const_dst_path, int src_offset, Return 0 if parent of CONST_DIRPATH exists as a directory with the proper permissions when done, otherwise 1. */ +/* FIXME: find a way to synch this function with the one in lib/makepath.c. */ + static int make_path_private (const char *const_dirpath, int src_offset, int mode, const char *verbose_fmt_string, struct dir_attr **attr_list,