Fix build w/o INET6.

This commit is contained in:
Yaroslav Tykhiy 2006-07-27 14:49:51 +00:00
parent 4cfa5e0135
commit 4fb4614daa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160752

View File

@ -304,7 +304,11 @@ void
tcp_trace(act, ostate, tp, family, ip, th, req)
short act, ostate;
struct tcpcb *tp;
#ifdef INET6
int family;
#else
int family __unused;
#endif
void *ip;
struct tcphdr *th;
int req;