I installed this patch to adjust to a recent gnulib name change.
You need to bootstrap from the latest gnulib to adjust to this change.

2005-06-02  Paul Eggert  <[EMAIL PROTECTED]>

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

--- src/names.c 21 May 2005 23:11:26 -0000      1.52
+++ src/names.c 2 Jun 2005 21:02:58 -0000       1.53
@@ -861,7 +861,7 @@ new_name (const char *file_name, const c
 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.  */


_______________________________________________
Bug-tar mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-tar

Reply via email to