summaryrefslogtreecommitdiff
path: root/print-nflog.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-nflog.c')
-rw-r--r--print-nflog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-nflog.c b/print-nflog.c
index cd0428bc2862b..95da4cba4f2db 100644
--- a/print-nflog.c
+++ b/print-nflog.c
@@ -145,11 +145,11 @@ nflog_if_print(netdissect_options *ndo,
ip_print(ndo, p, length);
break;
-#ifdef INET6
+#ifdef AF_INET6
case AF_INET6:
ip6_print(ndo, p, length);
break;
-#endif /*INET6*/
+#endif /* AF_INET6 */
default:
if (!ndo->ndo_eflag)