From 813facd3ba59865c127ebaf5eb8e8884e7ccb689 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 5 Jun 2025 22:25:33 +0200 Subject: [PATCH] journal: add 'const' at one more place --- src/libsystemd/sd-journal/journal-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3