diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-12-10 14:13:25 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-12-10 16:37:02 +0100 |
| commit | 083e78159dfe39202cfd867a558a1ec6487ec476 (patch) | |
| tree | 55eb94a36db86878b0e2f5eaff5c08a0288a73c4 /sys/linux/socket_inet6.txt | |
| parent | ba64d006de17a5bfa0c99e4b96711ba42f82e199 (diff) | |
sys: consistently mark all paddings as const[0]
Diffstat (limited to 'sys/linux/socket_inet6.txt')
| -rw-r--r-- | sys/linux/socket_inet6.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
