After the changes in r274118 make NOIP kernels compile by hiding an

otherwise unused variable declaration behind INET6 || INET.

MFC after:	27 days
X-MFS with:	r274118
This commit is contained in:
Bjoern A. Zeeb 2014-11-06 12:19:39 +00:00
parent 2fd3cc0cb2
commit 763f2e7844
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274173

View File

@ -103,7 +103,9 @@ vfs_hang_addrlist(struct mount *mp, struct netexport *nep,
register int i;
struct radix_node *rn;
struct sockaddr *saddr, *smask = 0;
#if defined(INET6) || defined(INET)
int off;
#endif
int error;
/*