CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2019/12/25 08:04:44
Modified files: sys/kern : kern_event.c Log message: Replace macros knote_alloc() and knote_free() with direct use of pool_get() and pool_put(). This makes it clearer that the knote allocation cannot fail and that the error check is unnecessary. OK anton@, kettenis@, mpi@