summaryrefslogtreecommitdiff
path: root/src/ra.c
diff options
context:
space:
mode:
authorVladislav Grishenko <themiron@mail.ru>2016-01-31 21:03:55 +0500
committerVladislav Grishenko <themiron@mail.ru>2016-01-31 21:03:55 +0500
commit7a3af454310e5cd8cded240aac4a1e2a7fd04569 (patch)
tree71a6f9de328b89856ba0b58a8cfcca210c871798 /src/ra.c
parent57622fffb7e74065f4a7b32d37acd44299fe9759 (diff)
downloadodhcp6c-7a3af454310e5cd8cded240aac4a1e2a7fd04569.tar.gz
Sync style with the existing _packed & _unused macros
Diffstat (limited to 'src/ra.c')
-rw-r--r--src/ra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ra.c b/src/ra.c
index f1b102d..89dc58b 100644
--- a/src/ra.c
+++ b/src/ra.c
@@ -274,7 +274,7 @@ bool ra_process(void)
{
bool found = false;
bool changed = false;
- uint8_t buf[1500] __aligned(4);
+ uint8_t buf[1500] _aligned(4);
union {
struct cmsghdr hdr;
uint8_t buf[CMSG_SPACE(sizeof(int))];