diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2017-05-17 00:34:34 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2017-05-17 00:34:34 +0000 |
| commit | 3e85b721d653d65a5b6ff655ed1551113f0e0d5b (patch) | |
| tree | 9f2b92961a0e2680de78b6f1c653a05926cbf817 /sys/rpc | |
| parent | 00f6cd3f568295e501deae63e38b34d1137a6eb9 (diff) | |
Notes
Diffstat (limited to 'sys/rpc')
| -rw-r--r-- | sys/rpc/clnt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/rpc/clnt.h b/sys/rpc/clnt.h index b9a5c6b213d9..8f593b6135ba 100644 --- a/sys/rpc/clnt.h +++ b/sys/rpc/clnt.h @@ -529,7 +529,7 @@ extern CLIENT *clnt_tli_create(const int, const struct netconfig *, struct netbuf *, const rpcprog_t, const rpcvers_t, const u_int, const u_int); /* - * const register int fd; -- fd + * const int fd; -- fd * const struct netconfig *nconf; -- netconfig structure * struct netbuf *svcaddr; -- servers address * const u_long prog; -- program number |
