]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdadm.h: include sysmacros.h unconditionally
authorBaruch Siach <baruch@tkos.co.il>
Tue, 6 Aug 2019 13:05:23 +0000 (16:05 +0300)
committerJes Sorensen <jsorensen@fb.com>
Mon, 12 Aug 2019 20:16:32 +0000 (16:16 -0400)
commit452dc4d13a012cdcb05088c0dbc699959c4d6c73
tree94fe8e2569a2a339682ed0de8d0e1b3dc3745fa8
parentb06815989179e0f153e44e4336290e655edce9a1
mdadm.h: include sysmacros.h unconditionally

musl libc now also requires sys/sysmacros.h for the major/minor macros.
All supported libc implementations carry sys/sysmacros.h, including
diet-libc, klibc, and uclibc-ng.

Cc: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
mdadm.h