commit | b1d4f8e154bf61b5de1b27461ef8e9c8c5e838a1 | [log] [tgz] |
---|---|---|
author | Lennart Poettering <lennart@poettering.net> | Sun Oct 25 22:32:30 2015 +0100 |
committer | Lennart Poettering <lennart@poettering.net> | Mon Oct 26 01:24:38 2015 +0100 |
tree | ca7a42f7604a837da6cfb80682d737beee34a219 | |
parent | c004493cdefc1f43a3956ca529e8070f8d70be56 [diff] [blame] |
util-lib: split out user/group/uid/gid calls into user-util.[ch]
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index 457d721..05c4661 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c
@@ -59,6 +59,7 @@ #include "specifier.h" #include "string-util.h" #include "strv.h" +#include "user-util.h" #include "util.h" /* This reads all files listed in /etc/tmpfiles.d/?*.conf and creates