aboutsummaryrefslogtreecommitdiff
path: root/fad-getad.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-08-07 15:56:11 -0700
committerGuy Harris <guy@alum.mit.edu>2016-08-07 15:56:11 -0700
commit4a3412c9ee9589b66e19c3cff5e034b3df9d29a3 (patch)
tree83278ba38396ced64d5850017bbec799bc418920 /fad-getad.c
parent93548574db5f433d74dfdb29ec037a6e9e355783 (diff)
Cope with the NetBSD issue in a different way.
Define DLT_USB the way we used to, and undefine DLT_MATCHING_MAX before defining it. (We arguably never should have exported it, as the only code that should be using it is the LINKTYPE_ <-> DLT_ converting code, but....)
Diffstat (limited to 'fad-getad.c')
-rw-r--r--fad-getad.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/fad-getad.c b/fad-getad.c
index bd869c70..b67b5cdc 100644
--- a/fad-getad.c
+++ b/fad-getad.c
@@ -42,19 +42,6 @@
#include <net/if.h>
-/*
- * NetBSD insists on having <net/if.h> pull in <net/dlt.h>, so that
- * including <net/if.h> defines a bunch of stuff we later define in our
- * pcap/dlt.h; those definitions will be different, if they haven't
- * picked up all of our changes yet.
- *
- * Undefine some of the offending items.
- */
-#ifdef __NetBSD__
-#undef DLT_USB /* we now define it as DLT_FREEBSD_USB */
-#undef DLT_MATCHING_MAX /* we may define more DLT_ values than they do */
-#endif
-
#include <ctype.h>
#include <errno.h>
#include <stdio.h>