From 1ecaa827fdda9ced06ba5529dd805324a29f52fb Mon Sep 17 00:00:00 2001 From: yar Date: Thu, 27 Jul 2006 14:49:51 +0000 Subject: Fix build w/o INET6. --- usr.sbin/trpt/trpt.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr.sbin/trpt') diff --git a/usr.sbin/trpt/trpt.c b/usr.sbin/trpt/trpt.c index 2d740ba..6339776 100644 --- a/usr.sbin/trpt/trpt.c +++ b/usr.sbin/trpt/trpt.c @@ -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; -- cgit v1.1