chiark / gitweb /
journald: constify all things!
[elogind.git] / src / journal / journald-console.c
index 6ec2528d7423bab74f236b0b5902a5cb5d1a27d7..19d077a126fcd34ae824e7eed5ae1e5192e3ea38 100644 (file)
@@ -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];