1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-04-01 18:50:41 +03:00

UDEV_SYNC_SUPPORT, not UDEV_SYNC!

This commit is contained in:
Peter Rajnoha 2010-03-23 15:13:03 +00:00
parent cff0a562fd
commit 1acb442f60

View File

@ -919,7 +919,7 @@ static void _apply_settings(struct cmd_context *cmd)
static int _set_udev_checking(struct cmd_context *cmd)
{
#ifdef UDEV_SYNC
#ifdef UDEV_SYNC_SUPPORT
struct udev *udev;
const char *udev_dev_dir;
size_t udev_dev_dir_len;