mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
* src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-08-22 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment.
|
||||
|
||||
2007-08-21 Jim Meyering <jim@meyering.net>
|
||||
|
||||
By default, do not install hostname anymore.
|
||||
|
||||
@@ -85,7 +85,7 @@ struct F_triple
|
||||
dev_t st_dev;
|
||||
};
|
||||
|
||||
/* Initial size of the above hash table. */
|
||||
/* Initial size of the cp.dest_info hash table. */
|
||||
#define DEST_INFO_INITIAL_CAPACITY 61
|
||||
|
||||
static bool copy_internal (char const *src_name, char const *dst_name,
|
||||
|
||||
Reference in New Issue
Block a user