]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcp.h
Update .gitignore for other configurations
[tcpdump] / tcp.h
diff --git a/tcp.h b/tcp.h
index a6916052c627fb298db4d865f7a0f14bee32e5aa..701c23f847be1f0f0525c3edc5d6e97526f10c9b 100644 (file)
--- a/tcp.h
+++ b/tcp.h
@@ -47,7 +47,7 @@ struct tcphdr {
        nd_uint16_t     th_win;                 /* window */
        nd_uint16_t     th_sum;                 /* checksum */
        nd_uint16_t     th_urp;                 /* urgent pointer */
-} UNALIGNED;
+};
 
 #define TH_OFF(th)     ((EXTRACT_U_1((th)->th_offx2) & 0xf0) >> 4)