chiark / gitweb /
basic/path-util: allow flags for path_equal_or_files_same
[elogind.git] / src / basic / process-util.c
index 08ec66fb31a5f647747a77ce7c4174c37d1ad5fe..cb41fbf3199f266881ee6de908dd06f52393c56c 100644 (file)
@@ -814,7 +814,7 @@ int pid_from_same_root_fs(pid_t pid) {
 
         root = procfs_file_alloca(pid, "root");
 
-        return files_same(root, "/proc/1/root");
+        return files_same(root, "/proc/1/root", 0);
 }
 #endif // 0