On Mon, May 13, 2024 at 05:28:54PM +0000, Mariusz Zaborski wrote: > The branch main has been updated by oshogbo: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=663838451ec64ddea872b0916e56d599839093fb > > commit 663838451ec64ddea872b0916e56d599839093fb > Author: Mariusz Zaborski <[email protected]> > AuthorDate: 2024-05-13 17:28:54 +0000 > Commit: Mariusz Zaborski <[email protected]> > CommitDate: 2024-05-13 17:29:57 +0000 > > syscalls: regen > > Pointed out by: trasz > --- > sys/kern/init_sysent.c | 2 +-
This is missing: sys/compat/freebsd32/freebsd32_sysent.c You must run `make sysent` at the top level to ensure all files are updated. If you use cirrus-CI via github it will flag these issues. -- Brooks
