mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Unbreak NOIP builds after r294084.
This commit is contained in:
parent
6de7c598a4
commit
8676704962
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294095
@ -1049,10 +1049,11 @@ nfscl_loadfsinfo(struct nfsmount *nmp, struct nfsfsinfo *fsp)
|
||||
u_int8_t *
|
||||
nfscl_getmyip(struct nfsmount *nmp, struct in6_addr *paddr, int *isinet6p)
|
||||
{
|
||||
#if defined(INET6) || defined(INET)
|
||||
int error, fibnum;
|
||||
|
||||
fibnum = curthread->td_proc->p_fibnum;
|
||||
|
||||
#endif
|
||||
#ifdef INET
|
||||
if (nmp->nm_nam->sa_family == AF_INET) {
|
||||
struct sockaddr_in *sin;
|
||||
|
Loading…
Reference in New Issue
Block a user