diff options
Diffstat (limited to 'support/include/rpcmisc.h')
-rw-r--r-- | support/include/rpcmisc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/include/rpcmisc.h b/support/include/rpcmisc.h index b806227..31c8e5d 100644 --- a/support/include/rpcmisc.h +++ b/support/include/rpcmisc.h @@ -56,7 +56,7 @@ void rpc_dispatch(struct svc_req *rq, SVCXPRT *xprt, int getservport(u_long number, const char *proto); extern int _rpcpmstart; -extern int _rpcfdtype; +extern unsigned int _rpcprotobits; extern int _rpcsvcdirty; static inline struct sockaddr_in *nfs_getrpccaller_in(SVCXPRT *xprt) |