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
|
@ -205,10 +205,10 @@ grub_bufio_close (grub_file_t file)
|
|||
static struct grub_fs grub_bufio_fs =
|
||||
{
|
||||
.name = "bufio",
|
||||
.dir = 0,
|
||||
.open = 0,
|
||||
.read = grub_bufio_read,
|
||||
.close = grub_bufio_close,
|
||||
.label = 0,
|
||||
.fs_dir = 0,
|
||||
.fs_open = 0,
|
||||
.fs_read = grub_bufio_read,
|
||||
.fs_close = grub_bufio_close,
|
||||
.fs_label = 0,
|
||||
.next = 0
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue