1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00

UDEV_SYNC_SUPPORT, not UDEV_SYNC!

This commit is contained in:
Peter Rajnoha 2010-03-23 15:13:03 +00:00
parent 36f9d53b60
commit 310efa7b96

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;