aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/rpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/rpl.h')
-rw-r--r--include/uapi/linux/rpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/rpl.h b/include/uapi/linux/rpl.h
index 708adddf9f13..7c8970e5b84b 100644
--- a/include/uapi/linux/rpl.h
+++ b/include/uapi/linux/rpl.h
@@ -37,8 +37,8 @@ struct ipv6_rpl_sr_hdr {
#endif
union {
- struct in6_addr addr[0];
- __u8 data[0];
+ __DECLARE_FLEX_ARRAY(struct in6_addr, addr);
+ __DECLARE_FLEX_ARRAY(__u8, data);
} segments;
} __attribute__((packed));