Commit 80018d09 authored by Nils Goroll's avatar Nils Goroll Committed by Dridi Boukelmoune

Constify (from flexelint)

parent 1a3cf99f
......@@ -196,7 +196,7 @@ socklen_t
VUS_socklen(const struct sockaddr_un *uds)
{
socklen_t sl;
char *p;
const char *p;
if (*uds->sun_path)
sl = sizeof(*uds);
else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment