summaryrefslogtreecommitdiffstats
path: root/include/rpc
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/clnt.h2
1 files changed, 1 insertions, 1 deletions
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().
*/
OpenPOWER on IntegriCloud