diff options
Diffstat (limited to 'include/linux/if_ether.h')
| -rw-r--r-- | include/linux/if_ether.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if_ether.h b/include/linux/if_ether.h index bed7a4682b9..c831467774d 100644 --- a/include/linux/if_ether.h +++ b/include/linux/if_ether.h @@ -119,7 +119,7 @@ struct ethhdr {  	unsigned char	h_dest[ETH_ALEN];	/* destination eth addr	*/  	unsigned char	h_source[ETH_ALEN];	/* source ether addr	*/  	__be16		h_proto;		/* packet type ID field	*/ -} __attribute__((packed)); +} __packed;  #ifdef __KERNEL__  #include <linux/skbuff.h>  |