From 11274ff2e6c59e58b690e3ce1bb371c561ed6930 Mon Sep 17 00:00:00 2001 From: alfred Date: Sun, 14 Jul 2002 23:35:04 +0000 Subject: clnt_vc_create() has const scalar arguments that wind up being modified, fix it (make them non-const) and update the associated documentation. Submitted by: mbr --- include/rpc/clnt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h index 210650e..a6f4796 100644 --- a/include/rpc/clnt.h +++ b/include/rpc/clnt.h @@ -394,7 +394,7 @@ extern CLIENT *clnt_tli_create(const int, const struct netconfig *, */ extern CLIENT *clnt_vc_create(const int, const struct netbuf *, const rpcprog_t, const rpcvers_t, - const u_int, const u_int); + u_int, u_int); /* * Added for compatibility to old rpc 4.0. Obsoleted by clnt_vc_create(). */ -- cgit v1.1