1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Fix WITHOUT_IPV6=yes build.

Reported by:	Andrzej Tobola ato at iem.pw.edu.pl
This commit is contained in:
Rui Paulo 2009-03-21 21:56:23 +00:00
parent 06bd99086d
commit 661c9d81e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190221

View File

@ -77,9 +77,11 @@ enc_if_print(const struct pcap_pkthdr *h, register const u_char *p)
case AF_INET:
ip_print(gndo, p, length);
break;
#ifdef INET6
case AF_INET6:
ip6_print(p, length);
break;
#endif
}
out: