2009-04-17 Pavel Roskin <proski@gnu.org>
* fs/i386/pc/pxe.c (grub_pxefs_dir): Fix function prototype to match struct grub_fs.
This commit is contained in:
parent
d1a282fc83
commit
e0ff912638
2 changed files with 6 additions and 3 deletions
|
@ -107,9 +107,9 @@ static struct grub_disk_dev grub_pxe_dev =
|
|||
};
|
||||
|
||||
static grub_err_t
|
||||
grub_pxefs_dir (grub_device_t device __attribute((unused)),
|
||||
const char *path __attribute((unused)),
|
||||
int (*hook) (const char *filename, int dir) __attribute((unused)))
|
||||
grub_pxefs_dir (grub_device_t device UNUSED, const char *path UNUSED,
|
||||
int (*hook) (const char *filename,
|
||||
const struct grub_dirhook_info *info) UNUSED)
|
||||
{
|
||||
return GRUB_ERR_NONE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue