]> The Tcpdump Group git mirrors - tcpdump/commitdiff
remove unused macro from sctpHeader.h
authorDenis Ovsienko <[email protected]>
Mon, 25 Nov 2013 14:00:27 +0000 (18:00 +0400)
committerDenis Ovsienko <[email protected]>
Mon, 25 Nov 2013 14:00:27 +0000 (18:00 +0400)
sctpHeader.h

index 63f30b5d834a406513dc7767ec858efc2a4bebc2..5bd62f9b37e8bca6b25e54bb23ad7fbddf846829 100644 (file)
@@ -55,10 +55,6 @@ extern "C" {
 
 /* the sctp common header */
 
-#ifdef TRU64
- #define _64BITS 1
-#endif
-
 struct sctpHeader{
   u_int16_t source;
   u_int16_t destination;