Also ifdef the variable which becomes unused w/o INET6, fixing the build

after the previous commit.

Noticed by:	alc
This commit is contained in:
Mike Silbersack 2003-08-09 05:44:00 +00:00
parent df2edfa20a
commit 7ab9842a99

View File

@ -192,7 +192,9 @@ looutput(ifp, m, dst, rt)
struct sockaddr *dst;
register struct rtentry *rt;
{
#ifdef INET6
struct mbuf *n;
#endif
M_ASSERTPKTHDR(m); /* check if we have the packet header */