1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-08-30 05:49:28 +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;