mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
So far a number of utilities implemented their own calls for this, unify them in prefix_root() and prefix_roota(). The former uses heap memory, the latter allocates from the stack via alloca(). Port over most users of a --root= logic.