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
|
@ -470,9 +470,9 @@ fstest (int n)
|
|||
fs = grub_fs_probe (dev);
|
||||
if (!fs)
|
||||
grub_util_error ("%s", grub_errmsg);
|
||||
if (!fs->uuid)
|
||||
if (!fs->fs_uuid)
|
||||
grub_util_error ("%s", _("couldn't retrieve UUID"));
|
||||
if (fs->uuid (dev, &uuid))
|
||||
if (fs->fs_uuid (dev, &uuid))
|
||||
grub_util_error ("%s", grub_errmsg);
|
||||
if (!uuid)
|
||||
grub_util_error ("%s", _("couldn't retrieve UUID"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue