summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-12-03 18:53:03 +0000
committerngie <ngie@FreeBSD.org>2016-12-03 18:53:03 +0000
commit55aeed8456730d362f96cc797e2911207d07a6b2 (patch)
tree5eb49ee7eb849d39d9f514c70173a9867fd47ac5 /lib/libc/rpc
parent53c81ea58d9bea8a3d825b7deb7ca878d5e654f1 (diff)
downloadFreeBSD-src-55aeed8456730d362f96cc797e2911207d07a6b2.zip
FreeBSD-src-55aeed8456730d362f96cc797e2911207d07a6b2.tar.gz
MFC r301734:
r301734 (by kevlo): Fix the rpcb_getaddr() definition to match its declaration.
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r--lib/libc/rpc/rpcb_clnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/rpcb_clnt.c b/lib/libc/rpc/rpcb_clnt.c
index 02206a9..f9d89c1 100644
--- a/lib/libc/rpc/rpcb_clnt.c
+++ b/lib/libc/rpc/rpcb_clnt.c
@@ -1010,7 +1010,7 @@ done:
*
* Assuming that the address is all properly allocated
*/
-int
+bool_t
rpcb_getaddr(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf,
struct netbuf *address, const char *host)
{
OpenPOWER on IntegriCloud