X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3d932490b826facb568937a1290910a1265267f5..a4a13734bb167ab42f86da26c3aa1cb4da9954fd:/decnet.h diff --git a/decnet.h b/decnet.h index 5f856345..d25d157d 100644 --- a/decnet.h +++ b/decnet.h @@ -18,16 +18,16 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#) $Header: /tcpdump/master/tcpdump/decnet.h,v 1.8 2002-08-01 08:52:57 risso Exp $ (LBL) + * @(#) $Header: /tcpdump/master/tcpdump/decnet.h,v 1.11 2002-12-11 07:13:50 guy Exp $ (LBL) */ #ifndef WIN32 -typedef u_int8_t byte[1]; /* XXX the byte keyword generates conflicts in Windows */ +typedef u_int8_t byte[1]; /* single byte field */ #else /* * the keyword 'byte' generates conflicts in Windows */ -typedef unsigned char Byte[1]; +typedef unsigned char Byte[1]; /* single byte field */ #define byte Byte #endif /* WIN32 */ typedef u_int8_t word[2]; /* 2 byte field */