CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/14 10:23:56
Modified files:
sys/sys : sched.h
Log message:
sys/sched.h: conceal <sys/queue.h> inclusion from userspace
Nothing outside of the _KERNEL guard in <sys/sched.h> needs
<sys/queue.h>, so move its inclusion under _KERNEL.
Requested by claudio@.
Link: https://marc.info/?l=openbsd-tech&m=169937494818685&w=2
ok claudio@
