]> Dogcows Code - chaz/tar/commitdiff
* src/names.c (excluded_name): excluded_filename ->
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jun 2005 21:02:58 +0000 (21:02 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jun 2005 21:02:58 +0000 (21:02 +0000)
excluded_file_name, because the name was changed in gnulib.

ChangeLog
src/names.c

index 871c03d9b5c315f93e7a660215bb814f035d81a3..dbbb44366f6fb0c606c142e6c34c90d9cb96cf63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * src/names.c (excluded_name): excluded_filename ->
+       excluded_file_name, because the name was changed in gnulib.
+
 2005-05-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        * src/tar.c (read_name_from_file,update_argv): Automatically
@@ -16,7 +21,7 @@
        (init_common): Set --rsh-command option for mt if TAPE_FILE is a
        remote archive.
        * doc/tar.texi: Document new backup scripts behavior
-       
+
 2005-05-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        * lib/.cvsignore: Updated
@@ -47,7 +52,7 @@
        paxutils
        * src/misc.c: Likewise
        * src/list.c (stringify_uintmax_t_backwards): Moved to paxutils
-       
+
 2005-05-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        * src/misc.c (remove_any_file): Fix typo in previous change.
index 4ef9917fbe33cbd45f20fe91edda4c97ddd1cd95..18396074e107aa507b0ab525287827dda5627009 100644 (file)
@@ -861,7 +861,7 @@ new_name (const char *file_name, const char *name)
 bool
 excluded_name (char const *name)
 {
-  return excluded_filename (excluded, name + FILE_SYSTEM_PREFIX_LEN (name));
+  return excluded_file_name (excluded, name + FILE_SYSTEM_PREFIX_LEN (name));
 }
 \f
 /* Names to avoid dumping.  */
This page took 0.037275 seconds and 4 git commands to generate.