On 11/13/25 2:53 AM, Robert Elz wrote:
Date: Wed, 12 Nov 2025 21:26:49 +0000
From: "Joseph Koshy" <jkoshy%netbsd.org@localhost>
Message-ID: <20251112212649.46105FC2E%cvs.NetBSD.org@localhost>
| Bump __NetBSD_Version__ to mark the change to the Elf{32,64}_Versym
| types in <sys/exec_elf.h>.
That was the wrong way for this (harmless overall, so don't revert it).
That define is for internal kernel ABI changes (and should really almost
never be tested by anything in userland.)
There is a lot historic precedence for using exactly this approach. Joerg