> Added Files: > src/sys/compat/common: kern_select_50.c Builds of most m68k ports failed since <sys/syscallargs.h> requires <sys/sched.h> for cpuset_t.
Should we add it to all sources that include syscallargs.h, or just add <sys/sched.h> into $sysarghdrextra in sys/kern/syscalls.conf? Some other files still include <sys/mount.h> and <sys/sched.h> only for syscallargs.h. --- Izumi Tsutsui