]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcp.h
Don't test for __attribute__ in the configure script.
[tcpdump] / tcp.h
diff --git a/tcp.h b/tcp.h
index a6916052c627fb298db4d865f7a0f14bee32e5aa..33452043345abfdec942220fe023bbc6a81edc96 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;
+} ND_UNALIGNED;
 
 #define TH_OFF(th)     ((EXTRACT_U_1((th)->th_offx2) & 0xf0) >> 4)