summaryrefslogtreecommitdiffstats
path: root/ffd/types.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-10-02 23:13:00 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-10-02 23:13:00 +0200
commit4a4482017978e360a0ae1ca7645e5e9e084c92b4 (patch)
tree2805b517bff7182ab3b180c6d68bca789df036ae /ffd/types.h
parente03169f8594f890162be16f72ea7000f802a252e (diff)
downloadffd-4a4482017978e360a0ae1ca7645e5e9e084c92b4.tar
ffd-4a4482017978e360a0ae1ca7645e5e9e084c92b4.zip
Add data structures to store announcements and partly implement updates
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;