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/tmpfiles/offline-passwd.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/tmpfiles/offline-passwd.c')
-rw-r--r-- | src/tmpfiles/offline-passwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tmpfiles/offline-passwd.c b/src/tmpfiles/offline-passwd.c index b607aacf57..8ba3fea984 100644 --- a/src/tmpfiles/offline-passwd.c +++ b/src/tmpfiles/offline-passwd.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ +#include "chase-symlinks.h" #include "fd-util.h" -#include "fs-util.h" #include "offline-passwd.h" #include "path-util.h" #include "user-util.h" |