mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09: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.