* src/names.c (excluded_name): excluded_filename ->

excluded_file_name, because the name was changed in gnulib.
This commit is contained in:
Paul Eggert
2005-06-02 21:02:58 +00:00
parent 85ad04d822
commit 5c4ea58bd7
2 changed files with 8 additions and 3 deletions

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