mirror of
https://github.com/systemd/systemd.git
synced 2026-07-09 16:16:47 +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.