]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/manager.c
tree-wide: be more careful with the type of array sizes
[thirdparty/systemd.git] / src / core / manager.c
index 656bdbb76d69f7ced7f6d8afea759bbf3231964f..6412fee4764e215e85b6a6841c1a825fe541d1fc 100644 (file)
@@ -2103,7 +2103,7 @@ static int manager_dispatch_notify_fd(sd_event_source *source, int fd, uint32_t
         _cleanup_free_ Unit **array_copy = NULL;
         Unit *u1, *u2, **array;
         int r, *fd_array = NULL;
-        unsigned n_fds = 0;
+        size_t n_fds = 0;
         bool found = false;
         ssize_t n;