X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/99c91c3aec40b691641374f58e798bd8d6b657bd..refs/pull/482/head:/print-nflog.c diff --git a/print-nflog.c b/print-nflog.c index 222d5c3f..2a42f537 100644 --- a/print-nflog.c +++ b/print-nflog.c @@ -38,9 +38,9 @@ static const struct tok nflog_values[] = { { AF_INET, "IPv4" }, -#ifdef INET6 +#ifdef AF_INET6 { AF_INET6, "IPv6" }, -#endif /*INET6*/ +#endif /*AF_INET6*/ { 0, NULL } };