]> The Tcpdump Group git mirrors - tcpdump/blobdiff - interface.h
DHCP: Fix a comment about formats for (un)signed longs/shorts data
[tcpdump] / interface.h
index 58e5ab33e51f4a0b1878929fa4cfcaf9ccb6bba5..c631c143bf6525673c22310581cac2586b125470 100644 (file)
@@ -63,7 +63,7 @@ struct bpf_program;
  * With Capsicum bpf_dump() may be not declared even if HAVE_BPF_DUMP is set.
  */
 #if !defined(HAVE_BPF_DUMP) || \
-    (defined(HAVE_BPF_DUMP) && HAVE_CAPSICUM && !defined(bpf_dump))
+    (defined(HAVE_BPF_DUMP) && defined(HAVE_CAPSICUM) && !defined(bpf_dump))
 extern void bpf_dump(const struct bpf_program *, int);
 
 #endif