D6596: Fix dev_t declaration for Solid UDisks2 backend

2017-07-23 Thread Michael Pyne
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

D6596: Fix dev_t declaration for Solid UDisks2 backend

2017-07-23 Thread David Edmundson
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

D6596: Fix dev_t declaration for Solid UDisks2 backend

2017-07-22 Thread Michael Pyne
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

D6596: Fix dev_t declaration for Solid UDisks2 backend

2017-07-09 Thread Michael Pyne
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