* include/grub/emu/getroot.h (grub_util_find_hurd_root_device): Remove
leftover.
This commit is contained in:
parent
caca1c70cf
commit
3837a151e0
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-10-09 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* include/grub/emu/getroot.h (grub_util_find_hurd_root_device): Remove
|
||||||
|
leftover.
|
||||||
|
|
||||||
2013-10-09 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-10-09 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Move OS-specific driver configuration to grub_util_fd_open. This
|
Move OS-specific driver configuration to grub_util_fd_open. This
|
||||||
|
|
|
@ -50,10 +50,6 @@ void grub_util_follow_gpart_up (const char *name, grub_disk_addr_t *off_out,
|
||||||
char **
|
char **
|
||||||
grub_find_root_devices_from_mountinfo (const char *dir, char **relroot);
|
grub_find_root_devices_from_mountinfo (const char *dir, char **relroot);
|
||||||
#endif
|
#endif
|
||||||
#if defined (__GNU__)
|
|
||||||
char *
|
|
||||||
grub_util_find_hurd_root_device (const char *path);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Devmapper functions provided by getroot_devmapper.c. */
|
/* Devmapper functions provided by getroot_devmapper.c. */
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue