diff options
Diffstat (limited to 'lib/libc/rpc/clnt_tcp.c')
-rw-r--r-- | lib/libc/rpc/clnt_tcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/clnt_tcp.c b/lib/libc/rpc/clnt_tcp.c index b9c3191f514..f1b4d9c0fcd 100644 --- a/lib/libc/rpc/clnt_tcp.c +++ b/lib/libc/rpc/clnt_tcp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clnt_tcp.c,v 1.34 2020/07/06 13:33:06 pirofti Exp $ */ +/* $OpenBSD: clnt_tcp.c,v 1.35 2022/02/14 03:38:59 guenther Exp $ */ /* * Copyright (c) 2010, Oracle America, Inc. @@ -68,7 +68,7 @@ static bool_t clnttcp_freeres(CLIENT *, xdrproc_t, caddr_t); static bool_t clnttcp_control(CLIENT *, u_int, void *); static void clnttcp_destroy(CLIENT *); -static struct clnt_ops tcp_ops = { +static const struct clnt_ops tcp_ops = { clnttcp_call, clnttcp_abort, clnttcp_geterr, |