summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/rpc/rpcb_clnt.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-09 10:48:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-10 14:09:54 +0200
commit9880635f2e642380b69b85e00271649b3a2fc2de (patch)
treee2ac34d279c1bfd3df2694461d8e0e509da1ab24 /freebsd/lib/libc/rpc/rpcb_clnt.c
parentRPC(3): Import from FreeBSD (diff)
downloadrtems-libbsd-9880635f2e642380b69b85e00271649b3a2fc2de.tar.bz2
RPC(3): Port to RTEMS
Diffstat (limited to 'freebsd/lib/libc/rpc/rpcb_clnt.c')
-rw-r--r--freebsd/lib/libc/rpc/rpcb_clnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/lib/libc/rpc/rpcb_clnt.c b/freebsd/lib/libc/rpc/rpcb_clnt.c
index 120b792c..ffee9659 100644
--- a/freebsd/lib/libc/rpc/rpcb_clnt.c
+++ b/freebsd/lib/libc/rpc/rpcb_clnt.c
@@ -1038,7 +1038,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;