Re: 9.99.100 fallout: bootloader and modules

2022-09-21 Thread Jason Thorpe
> On Sep 21, 2022, at 5:00 AM, Johnny Billquist wrote: > > Searching for uses of netbsd_version, there is some more broken logic in a > few places, following similar patterns or assumptions. > > Like in /usr/src/sys/arch/i386/stand/lib/exec.c: > >if (netbsd_version / 100 % 100

Re: 9.99.100 fallout: bootloader and modules

2022-09-21 Thread Johnny Billquist
Searching for uses of netbsd_version, there is some more broken logic in a few places, following similar patterns or assumptions. Like in /usr/src/sys/arch/i386/stand/lib/exec.c: if (netbsd_version / 100 % 100 == 99) { /* -current */ snprintf(buf,