]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Clean up comments.
authorguy <guy>
Fri, 2 Aug 2002 04:35:57 +0000 (04:35 +0000)
committerguy <guy>
Fri, 2 Aug 2002 04:35:57 +0000 (04:35 +0000)
decnet.h

index 5f8563451fe7668ec30add949239f966ddab86ca..cf8aefbd5e3471a1bd9b0500af7fd3fa33aca684 100644 (file)
--- a/decnet.h
+++ b/decnet.h
  * 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.9 2002-08-02 04:35:57 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 */