diff options
Diffstat (limited to 'utils/mount/network.h')
-rw-r--r-- | utils/mount/network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mount/network.h b/utils/mount/network.h index 9c75856..d7636d7 100644 --- a/utils/mount/network.h +++ b/utils/mount/network.h @@ -42,7 +42,7 @@ static const struct timeval RETRY_TIMEOUT = { 3, 0 }; int probe_bothports(clnt_addr_t *, clnt_addr_t *); int nfs_probe_bothports(const struct sockaddr *, const socklen_t, struct pmap *, const struct sockaddr *, - const socklen_t, struct pmap *); + const socklen_t, struct pmap *, int); int nfs_gethostbyname(const char *, struct sockaddr_in *); int nfs_lookup(const char *hostname, const sa_family_t family, struct sockaddr *sap, socklen_t *salen); |