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.txt | |
| parent | ba64d006de17a5bfa0c99e4b96711ba42f82e199 (diff) | |
sys: consistently mark all paddings as const[0]
Diffstat (limited to 'sys/linux/socket.txt')
| -rw-r--r-- | sys/linux/socket.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/socket.txt b/sys/linux/socket.txt index fa367fcb2..8cff8169c 100644 --- a/sys/linux/socket.txt +++ b/sys/linux/socket.txt @@ -380,7 +380,7 @@ brctl_arg_get { brctl_arg_add_del { cmd const[BRCTL_ADD_BRIDGE, int64] devname ptr[in, devname] - pad int64 + pad const[0, int64] } brctl_arg_generic { @@ -652,7 +652,7 @@ ethtool_flow_union [ ] ethtool_flow_ext { - padding array[int8, 2] + padding const[0, int16] h_dest mac_addr vlan_etype int16be vlan_tci int16be |
