mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
Fix build w/o INET6.
This commit is contained in:
parent
4cfa5e0135
commit
4fb4614daa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160752
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user