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/shared/dropin.c | |
parent | basic: split out inotify-related calls from fs-util.h → inotify-util.h (diff) | |
download | systemd-f435195925ccdf96cf8413898f9b9590f8b5f760.tar.xz systemd-f435195925ccdf96cf8413898f9b9590f8b5f760.zip |
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Diffstat (limited to 'src/shared/dropin.c')
-rw-r--r-- | src/shared/dropin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/dropin.c b/src/shared/dropin.c index 89f4b8ad89..eb016eb114 100644 --- a/src/shared/dropin.c +++ b/src/shared/dropin.c @@ -6,13 +6,13 @@ #include <stdlib.h> #include "alloc-util.h" +#include "chase-symlinks.h" #include "conf-files.h" #include "dirent-util.h" #include "dropin.h" #include "escape.h" #include "fd-util.h" #include "fileio-label.h" -#include "fs-util.h" #include "hashmap.h" #include "log.h" #include "macro.h" |