CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/11 00:27:07
Modified files:
sys/sys : event.h
Log message:
Check klist emptiness instead of NULL pointer in KNOTE()
All callers of KNOTE() supply a non-NULL klist argument. Replace the
NULL pointer check with klist emptiness check as a small optimization.
OK mpi@
