summaryrefslogtreecommitdiffstats
path: root/src/core/execute.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/execute.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/execute.c b/src/core/execute.c
index e97651105e..786096861a 100644
--- a/src/core/execute.c
+++ b/src/core/execute.c
@@ -3236,7 +3236,8 @@ int exec_context_load_environment(Unit *unit, const ExecContext *c, char ***l) {
STRV_FOREACH(i, c->environment_files) {
char *fn;
- int k, n;
+ int k;
+ unsigned n;
bool ignore = false;
char **p;
_cleanup_globfree_ glob_t pglob = {};