]> The Tcpdump Group git mirrors - tcpdump/commitdiff
(fddi_bitswap): apparently NetBSD doesn't bitswap either. From
authorassar <assar>
Sun, 21 Nov 1999 06:04:00 +0000 (06:04 +0000)
committerassar <assar>
Sun, 21 Nov 1999 06:04:00 +0000 (06:04 +0000)
NetBSD's print-fddi.c:1.5 by [email protected]

print-fddi.c

index c963a537e54bce2eebd9418e757c740c081b5303..f26a7d15a97f273c9c758dd78e14f10a113c44a0 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-fddi.c,v 1.37 1999-11-21 03:45:35 assar Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-fddi.c,v 1.38 1999-11-21 06:04:00 assar Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_FDDI
@@ -57,7 +57,7 @@ struct rtentry;
 /*
  * Some FDDI interfaces use bit-swapped addresses.
  */
-#if defined(ultrix) || defined(__alpha) || defined(__bsdi)
+#if defined(ultrix) || defined(__alpha) || defined(__bsdi) || defined(__NetBSD__)
 int    fddi_bitswap = 0;
 #else
 int    fddi_bitswap = 1;