+2013-09-23 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * util/getroot_unix.c [__MINGW32__ || __CYGWIN__]:
+ Define dummy grub_util_pull_lvm_by_command to decrease number of #if's.
+
+2013-09-23 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * grub-core/lib/posix_wrap/sys/types.h: Use OpenBSD approach: it's
+ less nice but more portable.
+ * grub-core/lib/posix_wrap/wchar.h: Likewise.
+
2013-09-23 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/cryptodisk.h (grub_cryptodisk): Use grub_util_fd_t
#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);
switch (ab)
{
case GRUB_DEV_ABSTRACTION_LVM:
-#if !defined (__MINGW32__) && !defined (__CYGWIN__)
grub_util_pull_lvm_by_command (os_dev);
-#endif
/* Fallthrough in case that lvm-tools are unavailable. */
case GRUB_DEV_ABSTRACTION_LUKS:
grub_util_pull_devmapper (os_dev);