mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-08 08:58:50 +03:00
gcc: older version can't see udev is always set
This commit is contained in:
parent
967e2decd2
commit
a7563dc6a1
@ -1087,7 +1087,7 @@ out:
|
|||||||
static void _insert_dirs(struct dm_list *dirs)
|
static void _insert_dirs(struct dm_list *dirs)
|
||||||
{
|
{
|
||||||
struct dir_list *dl;
|
struct dir_list *dl;
|
||||||
struct udev *udev;
|
struct udev *udev = NULL;
|
||||||
int with_udev;
|
int with_udev;
|
||||||
|
|
||||||
with_udev = obtain_device_list_from_udev() &&
|
with_udev = obtain_device_list_from_udev() &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user