The source project of this merge request has been removed.
Support non-Linux Unix OSes
This series of patches makes it possible to use zbus on FreeBSD, by #[cfg]
-guarding Linux-specific functionality and adding support for SCM_CREDS
authentication, which the D-Bus daemon currently requires on FreeBSD.
Where #[cfg]
guards were added, includes that would be unused otherwise were moved into the guarded blocks to avoid warnings.
Fixes #93 (closed).
Edited by Zeeshan Ali Khan