CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/08 07:52:07
Modified files:
sys/kern : tty.c
Log message:
Replace ttkqflush() with klist_invalidate() to handle knote list
invalidation in one place.
Store struct tty pointer in kn_hook directly to simplify the code.
OK mpi@
