bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] names.c excluded_filename -> excluded_file_name


From: Paul Eggert
Subject: [Bug-tar] names.c excluded_filename -> excluded_file_name
Date: Thu, 02 Jun 2005 16:06:42 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

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  <address@hidden>

        * 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.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]