From: Roy Marples Date: Thu, 12 Sep 2013 22:11:04 +0000 (+0000) Subject: Fix warning X-Git-Tag: v6.1.0~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b21a1f7c9322e2d640f0370890308f2f5d263e4;p=thirdparty%2Fdhcpcd.git Fix warning --- diff --git a/dev/udev.c b/dev/udev.c index 4f9450e8..67a1a24e 100644 --- a/dev/udev.c +++ b/dev/udev.c @@ -24,11 +24,10 @@ * SUCH DAMAGE. */ -#ifdef LIBUDEV_NOFILTER +#ifdef LIBUDEV_NOINIT # define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE # warning This version of udev is too old does not support -# warning monitor filtering or per device initialization -# warning checks. +# warning per device initialization checks. # warning As such, dhcpcd will need to depend on the # warning udev-settle service or similar if starting # warning in master mode.