xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mdadm/files/include_sysmacros.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1include sys/sysmacros.h for major/minor macro definitions
2
3Upstream-Status: Pending
4Signed-off-by: Khem Raj <raj.khem@gmail.com>
5--- a/mdadm.h
6+++ b/mdadm.h
7@@ -35,6 +35,7 @@ extern __off64_t lseek64 __P ((int __fd,
8
9 #include	<sys/types.h>
10 #include	<sys/stat.h>
11+#include	<sys/sysmacros.h>
12 #include	<stdint.h>
13 #include	<stdlib.h>
14 #include	<time.h>
15