In article <[email protected]>, Jason Thorpe <[email protected]> wrote: > > >> On May 19, 2024, at 3:25â¯PM, Christos Zoulas <[email protected]> wrote: >> >> src/sys/compat/common: compat_110_mod.c sys_decrip_110.c >> src/sys/compat/netbsd32: netbsd32_compat_110.c >> src/sys/conf: compat_netbsd110.config >> src/sys/modules/compat_110: Makefile >> src/sys/modules/compat_netbsd32_110: Makefile > >Wait, why is there now a compat_110 module? netbsd-11 isnât out yet. >dup3() belongs in the compat_100 module.
You asked for the syscall to be called dup3110 so I put it in compat_110... christos
