Kaynağa Gözat

* src/names.c (excluded_name): excluded_filename ->
excluded_file_name, because the name was changed in gnulib.

Paul Eggert 20 yıl önce
ebeveyn
işleme
5c4ea58bd7
2 değiştirilmiş dosya ile 8 ekleme ve 3 silme
  1. 7 2
      ChangeLog
  2. 1 1
      src/names.c

+ 7 - 2
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.

+ 1 - 1
src/names.c

@@ -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));
 }
 
 /* Names to avoid dumping.  */