diff options
Diffstat (limited to 'print-null.c')
-rw-r--r-- | print-null.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/print-null.c b/print-null.c index 47df451ee7803..166f777dee2b2 100644 --- a/print-null.c +++ b/print-null.c @@ -109,13 +109,11 @@ null_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char ip_print(ndo, p, length); break; -#ifdef INET6 case BSD_AFNUM_INET6_BSD: case BSD_AFNUM_INET6_FREEBSD: case BSD_AFNUM_INET6_DARWIN: ip6_print(ndo, p, length); break; -#endif case BSD_AFNUM_ISO: isoclns_print(ndo, p, length, caplen); |