This revision was automatically updated to reflect the committed changes.
Closed by commit R245:2382c3f8d366: Require sys/types.h for dev_t
unconditionally. (authored by mpyne).
REPOSITORY
R245 Solid
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D6596?vs=16420&id=17066
REVISION DETA
davidedmundson accepted this revision.
This revision is now accepted and ready to land.
REPOSITORY
R245 Solid
REVISION DETAIL
https://phabricator.kde.org/D6596
To: mpyne, #frameworks, davidedmundson
mpyne added a comment.
If there are objections to this please let me know in next few days. A
similar Differential request to this has already been opened and abandoned.
I also have similar fixes/changes in https://phabricator.kde.org/D6597 and
https://phabricator.kde.org/D6598 for whic
mpyne created this revision.
Restricted Application added a project: Frameworks.
REVISION SUMMARY
Compiling Solid on a musl-based Linux environment (long story...) gives an
error compiling UDisks2 support because it can't find the `dev_t` type.
Looking up `dev_t`, it appears that POSIX req