diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-10-05 15:12:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-10-05 16:14:37 +0200 |
commit | f435195925ccdf96cf8413898f9b9590f8b5f760 (patch) | |
tree | 3f137e5e8630c5830238cfee4637f553b081e668 /src/systemctl | |
parent | 9e5fd717994a4935490a0a0b04599d0ccbc66855 (diff) | |
download | systemd-f435195925ccdf96cf8413898f9b9590f8b5f760.tar.gz |
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Diffstat (limited to 'src/systemctl')
-rw-r--r-- | src/systemctl/systemctl-util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemctl/systemctl-util.c b/src/systemctl/systemctl-util.c index 9f3174d106..d0c514e467 100644 --- a/src/systemctl/systemctl-util.c +++ b/src/systemctl/systemctl-util.c @@ -10,6 +10,7 @@ #include "bus-locator.h" #include "bus-map-properties.h" #include "bus-unit-util.h" +#include "chase-symlinks.h" #include "dropin.h" #include "env-util.h" #include "exit-status.h" |