summaryrefslogtreecommitdiff
path: root/src/odhcp6c.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2016-02-08 08:02:31 +0100
committerSteven Barth <steven@midlink.org>2016-02-08 08:02:31 +0100
commit7533a6243dc3ac5a747cf6ccbc4d0539dafd3e07 (patch)
tree71a6f9de328b89856ba0b58a8cfcca210c871798 /src/odhcp6c.h
parentec7f4701b348f5c4c3191ca83ecd8453c431c432 (diff)
parent7a3af454310e5cd8cded240aac4a1e2a7fd04569 (diff)
downloadodhcp6c-master.tar.gz
Merge pull request #45 from themiron/masterHEADmaster
Alignment cleanups
Diffstat (limited to 'src/odhcp6c.h')
-rw-r--r--src/odhcp6c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odhcp6c.h b/src/odhcp6c.h
index 08a816f..5ebea29 100644
--- a/src/odhcp6c.h
+++ b/src/odhcp6c.h
@@ -18,7 +18,7 @@
#define _unused __attribute__((unused))
#define _packed __attribute__((packed))
-#define __aligned(n) __attribute__((aligned(n)))
+#define _aligned(n) __attribute__((aligned(n)))
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))