From 3b3154df7e2773332bb814e167187367a0ccae4a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 2 Nov 2014 21:46:42 +0100 Subject: journald: constify all things! --- src/journal/journald-console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal/journald-console.c') diff --git a/src/journal/journald-console.c b/src/journal/journald-console.c index 6ec2528d74..19d077a126 100644 --- a/src/journal/journald-console.c +++ b/src/journal/journald-console.c @@ -48,7 +48,7 @@ void server_forward_console( int priority, const char *identifier, const char *message, - struct ucred *ucred) { + const struct ucred *ucred) { struct iovec iovec[5]; char header_pid[16]; -- cgit v1.2.3-54-g00ecf