X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/5c70a5fc1f92a50250028fed6040628998b7fc8f..7e1c13f72eda83f50f26cb2fa901dcb35c7eafb1:/tcpdump.c diff --git a/tcpdump.c b/tcpdump.c index 6a9144c7..c01a3753 100644 --- a/tcpdump.c +++ b/tcpdump.c @@ -78,7 +78,9 @@ The Regents of the University of California. All rights reserved.\n"; #endif /* Capsicum-specific code requires macros from , which will fail * to compile if has already been included; including the headers - * in the opposite order works fine. + * in the opposite order works fine. For the most part anyway, because in + * FreeBSD declares bpf_dump() instead of . Thus + * interface.h takes care of it later to avoid a compiler warning. */ #ifdef HAVE_CAPSICUM #include