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:
parent
df2edfa20a
commit
7ab9842a99
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user