summaryrefslogtreecommitdiffstats
path: root/ffd/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffd/types.h')
-rw-r--r--ffd/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffd/types.h b/ffd/types.h
index cd2cbd2..f0c6c39 100644
--- a/ffd/types.h
+++ b/ffd/types.h
@@ -33,7 +33,7 @@
#include <net/ethernet.h>
-typedef struct __attribute__((__packed__)) _eth_addr_t {
+typedef struct __attribute__((packed)) _eth_addr_t {
uint8_t d[ETH_ALEN];
} eth_addr_t;