diff options
-rw-r--r-- | networking/udhcp/d6_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/d6_common.h b/networking/udhcp/d6_common.h index 2178cb9d6..dee2558e2 100644 --- a/networking/udhcp/d6_common.h +++ b/networking/udhcp/d6_common.h | |||
@@ -141,7 +141,7 @@ struct client6_data_t { | |||
141 | unsigned env_idx; | 141 | unsigned env_idx; |
142 | /* link-local IPv6 address */ | 142 | /* link-local IPv6 address */ |
143 | struct in6_addr ll_ip6; | 143 | struct in6_addr ll_ip6; |
144 | }; | 144 | } FIX_ALIASING; |
145 | 145 | ||
146 | #define client6_data (*(struct client6_data_t*)(&bb_common_bufsiz1[COMMON_BUFSIZE - sizeof(struct client6_data_t)])) | 146 | #define client6_data (*(struct client6_data_t*)(&bb_common_bufsiz1[COMMON_BUFSIZE - sizeof(struct client6_data_t)])) |
147 | 147 | ||