summaryrefslogtreecommitdiffstats
path: root/sys/rpc/rpcb_clnt.c
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2016-06-09 14:33:00 +0000
committerkevlo <kevlo@FreeBSD.org>2016-06-09 14:33:00 +0000
commit3623b3448c479b22795bcdb84c20218defa6fb7b (patch)
tree8c743181716d845176e83efb22704f0d647a7289 /sys/rpc/rpcb_clnt.c
parentb9435dd0c29dd1e192bc4a0d0fabdb2d347a1ab2 (diff)
downloadFreeBSD-src-3623b3448c479b22795bcdb84c20218defa6fb7b.zip
FreeBSD-src-3623b3448c479b22795bcdb84c20218defa6fb7b.tar.gz
Fix the rpcb_getaddr() definition to match its declaration.
Submitted by: Sebastian Huber <sebastian dot huber at embedded-brains dot de>
Diffstat (limited to 'sys/rpc/rpcb_clnt.c')
-rw-r--r--sys/rpc/rpcb_clnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/rpc/rpcb_clnt.c b/sys/rpc/rpcb_clnt.c
index a68793e..f3781f6 100644
--- a/sys/rpc/rpcb_clnt.c
+++ b/sys/rpc/rpcb_clnt.c
@@ -1051,7 +1051,7 @@ done:
*
* Assuming that the address is all properly allocated
*/
-int
+bool_t
rpcb_getaddr(program, version, nconf, address, host)
rpcprog_t program;
rpcvers_t version;
OpenPOWER on IntegriCloud