u_int16_t ah_reserve; /* Reserved for future use */
u_int32_t ah_spi; /* Security parameter index */
/* variable size, 32bit bound*/ /* Authentication data */
-} __attribute__((packed));
+};
struct newah {
u_int8_t ah_nxt; /* Next Header */
u_int32_t ah_spi; /* Security parameter index */
u_int32_t ah_seq; /* Sequence number field */
/* variable size, 32bit bound*/ /* Authentication data */
-} __attribute__((packed));
+};
#endif /*_NETINET6_AH_H_*/