From 083e78159dfe39202cfd867a558a1ec6487ec476 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 10 Dec 2018 14:13:25 +0100 Subject: sys: consistently mark all paddings as const[0] --- sys/linux/socket_inet6.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/socket_inet6.txt') diff --git a/sys/linux/socket_inet6.txt b/sys/linux/socket_inet6.txt index 1cebab7ea..d731182c5 100644 --- a/sys/linux/socket_inet6.txt +++ b/sys/linux/socket_inet6.txt @@ -125,7 +125,7 @@ in6_flowlabel_req { flr_flags flags[flr_flags, int16] flr_expires int16 flr_linger int16 - __flr_pad int32 + __flr_pad const[0, int32] } flr_actions = IPV6_FL_A_GET, IPV6_FL_A_PUT, IPV6_FL_A_RENEW -- cgit mrf-deployment