From 2f68adff0b52208bd2a86941c4c406fb9dcaa5e6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 18 Dec 2019 10:27:38 +0100 Subject: sys/linux: support new split sound ioctls Some sounds ioctls are now explicitly doubled for 32/64 bits. Support that. Fix mips SOL_SOCKET issues by rearranging includes. Improve few other fields. --- sys/linux/socket.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/socket.txt') diff --git a/sys/linux/socket.txt b/sys/linux/socket.txt index c61f36cd6..5030a4c17 100644 --- a/sys/linux/socket.txt +++ b/sys/linux/socket.txt @@ -616,7 +616,7 @@ ethtool_modinfo { cmd const[ETHTOOL_GMODULEINFO, int32] type int32 eeprom_len int32 - reserved array[int32, 8] + reserved array[const[0, int32], 8] } ethtool_coalesce_cmd_flags = ETHTOOL_GCOALESCE, ETHTOOL_SCOALESCE -- cgit mrf-deployment