Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/udisks: fix compilation issue with glibc 2.28+ | Vadim Kochan | 2018-12-31 | 1 | -0/+81 |
It fixes a compilation failure with undefined "minor", "major" and "makedev" objects which is caused by the missing include of <sys/sysmacros.h>. Fixes: http://autobuild.buildroot.net/results/74a8d8c247cfc9c0024e749e1f1ac423c9e90855/ Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |