summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc/svc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/rpc/svc.h')
-rw-r--r--src/lib/rpc/svc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/rpc/svc.h b/src/lib/rpc/svc.h
index 46223bbfb0..161a21df65 100644
--- a/src/lib/rpc/svc.h
+++ b/src/lib/rpc/svc.h
@@ -160,8 +160,8 @@ struct svc_req {
rpc_u_int32 rq_vers; /* service protocol version */
rpc_u_int32 rq_proc; /* the desired procedure */
struct opaque_auth rq_cred; /* raw creds from the wire */
- caddr_t rq_clntcred; /* read only cooked client cred */
- caddr_t rq_svccred; /* read only cooked svc cred */
+ void * rq_clntcred; /* read only cooked client cred */
+ void * rq_svccred; /* read only cooked svc cred */
SVCXPRT *rq_xprt; /* associated transport */
/* The request's auth flavor *should* be here, but the svc_req */