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_pppox.txt.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/socket_pppox.txt.const') diff --git a/sys/linux/socket_pppox.txt.const b/sys/linux/socket_pppox.txt.const index 5f0ecb9c7..6e0343bc1 100644 --- a/sys/linux/socket_pppox.txt.const +++ b/sys/linux/socket_pppox.txt.const @@ -1,6 +1,8 @@ # Code generated by syz-sysgen. DO NOT EDIT. arches = 386, amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x AF_PPPOX = 24 +IFNAMSIZ = 16 +IFREQ_SIZE = ??? PPPIOCGCHAN = 2147775543, mips64le:ppc64le:1074033719 PPPIOCGFLAGS = 2147775578, mips64le:ppc64le:1074033754 PPPIOCGL2TPSTATS = 2152231990, mips64le:ppc64le:1078490166 -- cgit mrf-deployment