diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-22 13:10:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-22 13:10:20 +0000 |
commit | f0d9306c78d598b98b5c2a94e9b0a05c3c3a26f1 (patch) | |
tree | 7b7f150b379e24014660e376d34713eda47df14a | |
parent | 28c6609c86191b9c913cd124437cad1dac4fd5e7 (diff) | |
download | coreutils-f0d9306c78d598b98b5c2a94e9b0a05c3c3a26f1.tar.xz |
(make_path_private): Add a FIXME comment.
-rw-r--r-- | src/cp.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |