]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix warning
authorRoy Marples <roy@marples.name>
Thu, 12 Sep 2013 22:11:04 +0000 (22:11 +0000)
committerRoy Marples <roy@marples.name>
Thu, 12 Sep 2013 22:11:04 +0000 (22:11 +0000)
dev/udev.c

index 4f9450e81193bee05e8339981306acce2653dbfe..67a1a24e9e22f16b93ca6b020e938b8ad2bafdaa 100644 (file)
  * 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.