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:
bz 2014-11-06 12:19:39 +00:00
parent b98f85d480
commit b9096df681

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;
/*