Unbreak NOIP builds after r294084.

This commit is contained in:
Bjoern A. Zeeb 2016-01-15 16:45:36 +00:00
parent 6de7c598a4
commit 8676704962
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294095

View file

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