* include/grub/util/lvm.h: Removed.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-08 21:01:09 +02:00
parent 2112fb3fef
commit acbbe5cbad
15 changed files with 26 additions and 42 deletions

View file

@ -35,7 +35,7 @@
#include <limits.h>
#endif
#include <grub/util/misc.h>
#include <grub/util/lvm.h>
#include <grub/cryptodisk.h>
#include <grub/i18n.h>
@ -101,6 +101,12 @@
# endif /* ! RAW_FLOPPY_MAJOR */
#endif /* defined(__NetBSD__) */
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#define LVM_DEV_MAPPER_STRING "/dev/linux_lvm/"
#else
#define LVM_DEV_MAPPER_STRING "/dev/mapper/"
#endif
#include <sys/types.h>
#include <sys/wait.h>