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
c6725996a9
commit
ad4bfeec5c
55 changed files with 247 additions and 246 deletions
|
@ -52,11 +52,11 @@ grub_offset_close (grub_file_t file)
|
|||
|
||||
static struct grub_fs grub_offset_fs = {
|
||||
.name = "offset",
|
||||
.dir = 0,
|
||||
.open = 0,
|
||||
.read = grub_offset_read,
|
||||
.close = grub_offset_close,
|
||||
.label = 0,
|
||||
.fs_dir = 0,
|
||||
.fs_open = 0,
|
||||
.fs_read = grub_offset_read,
|
||||
.fs_close = grub_offset_close,
|
||||
.fs_label = 0,
|
||||
.next = 0
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue