* util/getroot_unix.c [__MINGW32__ || __CYGWIN__]:

Define dummy grub_util_pull_lvm_by_command to decrease number of #if's.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-09-23 12:06:00 +02:00
parent 5dd8205424
commit bca8873a0c
4 changed files with 19 additions and 3 deletions

View file

@ -79,9 +79,9 @@ grub_util_get_devmapper_grub_dev (const char *os_dev);
#include <sys/types.h>
pid_t
grub_util_exec_pipe (char **argv, int *fd);
#endif
void
grub_util_pull_lvm_by_command (const char *os_dev);
#endif
char **
grub_util_find_root_devices_from_poolname (char *poolname);