summaryrefslogtreecommitdiff
path: root/src/systemd/src/basic/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd/src/basic/log.h')
-rw-r--r--src/systemd/src/basic/log.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/systemd/src/basic/log.h b/src/systemd/src/basic/log.h
index 10a6032788..aa5976c3c0 100644
--- a/src/systemd/src/basic/log.h
+++ b/src/systemd/src/basic/log.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
/***
@@ -180,8 +181,8 @@ int log_oom_internal(
int log_format_iovec(
struct iovec *iovec,
- unsigned iovec_len,
- unsigned *n,
+ size_t iovec_len,
+ size_t *n,
bool newline_separator,
int error,
const char *format,