Change fs functions to add fs_ prefix
This avoid conflict with gnulib Signed-off-by: Vladimir Serbinenko <phcoder@google.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
08452decc8
commit
afeb7b4bd9
55 changed files with 260 additions and 259 deletions
|
@ -287,7 +287,7 @@ complete_file (void)
|
|||
dirfile[1] = '\0';
|
||||
|
||||
/* Iterate the directory. */
|
||||
(fs->dir) (dev, dir, iterate_dir, NULL);
|
||||
(fs->fs_dir) (dev, dir, iterate_dir, NULL);
|
||||
|
||||
grub_free (dir);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue