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
|
@ -183,10 +183,10 @@ static struct grub_disk_dev grub_procfs_dev = {
|
|||
static struct grub_fs grub_procfs_fs =
|
||||
{
|
||||
.name = "procfs",
|
||||
.dir = grub_procfs_dir,
|
||||
.open = grub_procfs_open,
|
||||
.read = grub_procfs_read,
|
||||
.close = grub_procfs_close,
|
||||
.fs_dir = grub_procfs_dir,
|
||||
.fs_open = grub_procfs_open,
|
||||
.fs_read = grub_procfs_read,
|
||||
.fs_close = grub_procfs_close,
|
||||
.next = 0
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue