CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/27 06:43:16
Modified files:
sys/kern : kern_event.c
Log message:
Replace stray direct call of f_event with filter_event().
This does not change the current behaviour, but filterops should be
invoked through filter_*() for consistency.
