1//! Non-illumos/Solaris stub. Returns `Ok(None)` so the type can appear portably.
23use crate::source::SourceKind;
4use crate::sources::stub_macros::unit_stub;
56unit_stub!(
7/// illumos / Solaris `hostid(1)` source (no-op on other targets).
8IllumosHostId,
9 SourceKind::IllumosHostId
10);