]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/nspawn/nspawn-cgroup.c
util-lib: split out fd-related operations into fd-util.[ch]
[thirdparty/systemd.git] / src / nspawn / nspawn-cgroup.c
index 9e1f58f730fbfd9c9bb5311f52b22435c5f9d962..4e86ed13cba1979435f3019105c00c1aee563d35 100644 (file)
 #include <sys/mount.h>
 
 #include "cgroup-util.h"
+#include "fd-util.h"
 #include "fileio.h"
 #include "mkdir.h"
+#include "nspawn-cgroup.h"
 #include "string-util.h"
 #include "strv.h"
 #include "util.h"
-#include "nspawn-cgroup.h"
 
 int chown_cgroup(pid_t pid, uid_t uid_shift) {
         _cleanup_free_ char *path = NULL, *fs = NULL;