chiark / gitweb /
journald: constify all things!
[elogind.git] / src / journal / journald-wall.c
index fcbd9183fea56873d5649bb52882bfb51fdbbbc4..1bdddb0db3901f0b69abeaad018718d8a851a6ca 100644 (file)
@@ -28,7 +28,7 @@ void server_forward_wall(
                 int priority,
                 const char *identifier,
                 const char *message,
-                struct ucred *ucred) {
+                const struct ucred *ucred) {
 
         _cleanup_free_ char *ident_buf = NULL, *l_buf = NULL;
         const char *l;