aports/main/mdadm/mdadm-include-sysmacros.patch
omni a292d641ca main/mdadm: upgrade to 4.3
- align patches
- add basename.patch needed since musl 1.2.5, see #16106
- add Create.c-fix-build.patch from upstream, also musl 1.2.5
- add util.c-include-limits.h.patch from upstream, mainly for ppc64le
- add eudev-dev makedependency to satisfy libudev.h need
2024-05-20 08:19:56 +00:00

10 lines
227 B
Diff

--- a/mdadm.h
+++ b/mdadm.h
@@ -35,6 +35,7 @@ extern __off64_t lseek64 __P ((int __fd,
#include <assert.h>
#include <sys/types.h>
+#include <sys/sysmacros.h>
#include <sys/stat.h>
#include <stdarg.h>
#include <stdint.h>