summaryrefslogtreecommitdiffstats
path: root/udev.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 03:11:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 03:11:21 +0000
commit40b27bc700e6f73fda260811edaf071c8c940fa3 (patch)
tree900c6dcf46fca9767ba854e0cac83d5935c44274 /udev.c
parentReleasing debian version 4.3-1. (diff)
downloadmdadm-40b27bc700e6f73fda260811edaf071c8c940fa3.tar.xz
mdadm-40b27bc700e6f73fda260811edaf071c8c940fa3.zip
Merging upstream version 4.3+20240412.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'udev.c')
-rw-r--r--udev.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/udev.c b/udev.c
index bc4722b..066e6ab 100644
--- a/udev.c
+++ b/udev.c
@@ -26,7 +26,10 @@
#include <signal.h>
#include <limits.h>
#include <syslog.h>
+
+#ifndef NO_LIBUDEV
#include <libudev.h>
+#endif
static char *unblock_path;