mirror of
https://github.com/systemd/systemd.git
synced 2026-07-15 20:10:58 +00:00
These days we have a mechanism for safely returning errnos in enum types, via definining -ERRNO_MAX as one special enu value. Let's use that for Virtualization. No change in behaviour, just some typesafety improvement.