X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/86f3cae06d11516a3c22959a7b2b53bbaaa161d5..refs/pull/433/head:/print-enc.c?ds=sidebyside diff --git a/print-enc.c b/print-enc.c index 89daae1b..7bd8631e 100644 --- a/print-enc.c +++ b/print-enc.c @@ -117,11 +117,11 @@ enc_if_print(netdissect_options *ndo, case AF_INET: ip_print(ndo, p, length); break; -#ifdef INET6 +#ifdef AF_INET6 case AF_INET6: ip6_print(ndo, p, length); break; -#endif /*INET6*/ +#endif } out: