From a46637766bbcad3ccb5b18ef9db77bd9244b2341 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 10 Jan 2018 15:54:07 +0100 Subject: sys/linux: regenerate arm consts + small netlink fixed Arm was broken on upstream kernel for some time due to some assembler error. Now it seems to be fixed, so regenerate consts. Also fix small issues in new netlink descriptions. --- sys/linux/socket_netlink_generic.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/socket_netlink_generic.txt') diff --git a/sys/linux/socket_netlink_generic.txt b/sys/linux/socket_netlink_generic.txt index ceeecd1e3..22b52f245 100644 --- a/sys/linux/socket_netlink_generic.txt +++ b/sys/linux/socket_netlink_generic.txt @@ -32,7 +32,7 @@ iovec_nl_generic { netlink_msg_generic { len len[parent, int32] - type int16[NLMSG_MIN_TYPE:NLMSG_MAX_TYPE] + type netlink_random_msg_type flags flags[netlink_msg_flags, int16] seq netlink_seq pid netlink_port_id @@ -43,6 +43,6 @@ netlink_msg_generic { genlmsghdr { cmd int8[0:32] - version const[NFNETLINK_V0, int8] + version const[0, int8] reserved const[0, int16] } [align_4] -- cgit mrf-deployment