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.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/socket.txt') 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 -- cgit mrf-deployment