From: Lennart Poettering Date: Thu, 5 Jun 2025 20:25:33 +0000 (+0200) Subject: journal: add 'const' at one more place X-Git-Tag: v258-rc1~373^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=813facd3ba59865c127ebaf5eb8e8884e7ccb689;p=thirdparty%2Fsystemd.git journal: add 'const' at one more place --- diff --git a/src/libsystemd/sd-journal/journal-file.c b/src/libsystemd/sd-journal/journal-file.c index 88330dc10e0..fecddb932f0 100644 --- a/src/libsystemd/sd-journal/journal-file.c +++ b/src/libsystemd/sd-journal/journal-file.c @@ -2231,7 +2231,7 @@ static int journal_file_link_entry_item(JournalFile *f, uint64_t offset, uint64_ static int journal_file_link_entry( JournalFile *f, - Object *o, + const Object *o, uint64_t offset, const EntryItem items[], size_t n_items) {