summaryrefslogtreecommitdiffstats
path: root/sys/rpc/rpc_com.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/rpc/rpc_com.h')
-rw-r--r--sys/rpc/rpc_com.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/rpc/rpc_com.h b/sys/rpc/rpc_com.h
index 290a289..6685132 100644
--- a/sys/rpc/rpc_com.h
+++ b/sys/rpc/rpc_com.h
@@ -114,8 +114,8 @@ extern int __rpc_sockisbound(struct socket*);
extern int bindresvport(struct socket *so, struct sockaddr *sa);
struct xucred;
-struct __rpc_xdr;
-bool_t xdr_authunix_parms(struct __rpc_xdr *xdrs, uint32_t *time, struct xucred *cred);
+struct XDR;
+bool_t xdr_authunix_parms(struct XDR *xdrs, uint32_t *time, struct xucred *cred);
#endif
__END_DECLS
OpenPOWER on IntegriCloud