mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
- 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
10 lines
227 B
Diff
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>
|