]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(main): Reflect that hash_init now takes no arguments.
authorJim Meyering <jim@meyering.net>
Sat, 6 Oct 2001 16:46:06 +0000 (16:46 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 6 Oct 2001 16:46:06 +0000 (16:46 +0000)
src/cp.c
src/install.c

index faede5472df482cb49e6f25949c84adf05097c69..04121c8beef7ec8d5da0dd29446805881e6c7f2a 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -935,7 +935,7 @@ Use `--parents' for the old meaning, and `--no-dereference' for the new one."));
 
   /* Allocate space for remembering copied and created files.  */
 
-  hash_init (INITIAL_HASH_MODULE, INITIAL_ENTRY_TAB_SIZE);
+  hash_init ();
 
   exit_status |= do_copy (argc - optind, argv + optind, target_directory, &x);
 
index 7bdd1abb22eeb41ef840281610262482d574bd27..49b55a03698d3c78a43da10901797d155e24c7cf 100644 (file)
@@ -316,7 +316,7 @@ main (int argc, char **argv)
     {
       /* FIXME: it's a little gross that this initialization is
         required by copy.c::copy. */
-      hash_init (INITIAL_HASH_MODULE, INITIAL_ENTRY_TAB_SIZE);
+      hash_init ();
 
       if (n_files == 2)
         {