summaryrefslogtreecommitdiffstats
path: root/freebsd/include/rpc/clnt_stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/include/rpc/clnt_stat.h')
-rw-r--r--freebsd/include/rpc/clnt_stat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/freebsd/include/rpc/clnt_stat.h b/freebsd/include/rpc/clnt_stat.h
index 6148b4eb..a0cf01bb 100644
--- a/freebsd/include/rpc/clnt_stat.h
+++ b/freebsd/include/rpc/clnt_stat.h
@@ -73,7 +73,8 @@ enum clnt_stat {
RPC_STALERACHANDLE = 25,
RPC_CANTCONNECT = 26, /* couldn't make connection (cots) */
RPC_XPRTFAILED = 27, /* received discon from remote (cots) */
- RPC_CANTCREATESTREAM = 28 /* can't push rpc module (cots) */
+ RPC_CANTCREATESTREAM = 28, /* can't push rpc module (cots) */
+ _CLNT_STAT = 0xffffffff
};
#ifdef __cplusplus