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
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

@ -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;