From c22c6600ea5172145e20d546d9856421eaee0527 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 13 Nov 2024 13:40:58 +0100 Subject: pkg/compiler: add consts to all files that mention them We already do this in most cases except for template structs (nlattr notably). Add consts that are used in template structs to all files that use them. This helps to avoid flakiness, and allows to replace descriptions files with other descriptions files without regenerating all const files. This also fixes check for presence of descriptions for sys/linux/auto.txt.json. --- sys/linux/socket_can.txt.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/socket_can.txt.const') diff --git a/sys/linux/socket_can.txt.const b/sys/linux/socket_can.txt.const index e379b8e6e..c82da5dab 100644 --- a/sys/linux/socket_can.txt.const +++ b/sys/linux/socket_can.txt.const @@ -15,6 +15,8 @@ CAN_RAW_FILTER = 1 CAN_RAW_JOIN_FILTERS = 6 CAN_RAW_LOOPBACK = 3 CAN_RAW_RECV_OWN_MSGS = 4 +IFNAMSIZ = 16 +IFREQ_SIZE = ??? J1939_IDLE_ADDR = 254 J1939_MAX_UNICAST_ADDR = 253 J1939_NO_ADDR = 255 -- cgit mrf-deployment