CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/04 06:32:33
Modified files:
sys/kern : tty_pty.c
Log message:
Revert previous commit. The vnode returned by ptm_vn_open() is open and
can not simply be vrele()-ed on error. The code currently depends on
closef() to do the cleanup.
Reported-by: [email protected]
