diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-11-02 21:46:42 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-11-03 21:51:28 +0100 |
commit | 3b3154df7e2773332bb814e167187367a0ccae4a (patch) | |
tree | a3c34ce14c37180f242243249a91b1031fa322f9 /src/journal/journald-console.c | |
parent | f49481d0ca170ea567b46fde6c1c089b1dbb49cb (diff) |
journald: constify all things!
Diffstat (limited to 'src/journal/journald-console.c')
-rw-r--r-- | src/journal/journald-console.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |