From be5c2c81971442d623dd1b265dabf4644ceeb35b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 23 Dec 2019 10:56:16 +0100 Subject: sys/linux: fix 32-bit warnings Lots of interesting findings... Especially 2 byte uid/gid/pid. Update #590 --- sys/linux/socket_vnet.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/socket_vnet.txt') diff --git a/sys/linux/socket_vnet.txt b/sys/linux/socket_vnet.txt index 9e7e02fae..d193e64b2 100644 --- a/sys/linux/socket_vnet.txt +++ b/sys/linux/socket_vnet.txt @@ -126,7 +126,7 @@ vhost_msg_v2 { type const[VHOST_IOTLB_MSG_V2, int32] reserved const[0, int32] iotlb vhost_iotlb_msg -} [size[VHOST_MSG_SIZE]] +} [size[VHOST_MSG_V2_SIZE]] define VHOST_MSG_V2_SIZE sizeof(struct vhost_msg_v2) -- cgit mrf-deployment