CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/16 08:07:30
Modified files:
sys/kern : kern_event.c
Log message:
Remove kqueue_free() and use KQRELE() in kqpoll_exit().
Because kqpoll instances are now linked to the file descriptor table,
the freeing of kqpoll and ordinary kqueues is similar.
Suggested by mpi@
