Fix the rpcb_getaddr() definition to match its declaration.

Submitted by:	Sebastian Huber <sebastian dot huber at embedded-brains dot de>
This commit is contained in:
Kevin Lo 2016-06-09 14:33:00 +00:00
parent 74de693e31
commit 88609a6a7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301734
2 changed files with 2 additions and 2 deletions

View File

@ -1010,7 +1010,7 @@ __rpcb_findaddr_timed(rpcprog_t program, rpcvers_t version,
*
* 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)
{

View File

@ -1051,7 +1051,7 @@ __rpcb_findaddr_timed(program, version, nconf, host, clpp, tp)
*
* Assuming that the address is all properly allocated
*/
int
bool_t
rpcb_getaddr(program, version, nconf, address, host)
rpcprog_t program;
rpcvers_t version;