summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/igrp.h
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2000-04-26 21:35:45 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2000-04-26 21:35:45 +0000
commit2dd23c23770ee72b2c221e1b8ddf74531cf67e15 (patch)
tree6bc2e589e5c398c416d7cd4014d0d050bdcea861 /usr.sbin/tcpdump/igrp.h
parent7ffa8e1885137bf28c6c378169c6dc323b6dbbe2 (diff)
INET6
DHCP/BOOTP tcp & udp checksum detection numerous bugfixes
Diffstat (limited to 'usr.sbin/tcpdump/igrp.h')
-rw-r--r--usr.sbin/tcpdump/igrp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/igrp.h b/usr.sbin/tcpdump/igrp.h
index 02d86e014ba..cc6088a8217 100644
--- a/usr.sbin/tcpdump/igrp.h
+++ b/usr.sbin/tcpdump/igrp.h
@@ -3,7 +3,7 @@
/* IGRP Header */
struct igrphdr {
-#if BYTE_ORDER == BIG_ENDIAN
+#ifdef WORDS_BIGENDIAN
u_char ig_v:4; /* protocol version number */
u_char ig_op:4; /* opcode */
#else