CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/11/16 11:23:50
Modified files: sys/kern : vfs_subr.c Log message: In getdevvp() set the VISTTY flag on a vnode to indicate the underlying device is a D_TTY device. (Like spec_open, but this sets the flag to satisfy pre-VOP_OPEN situations) ok millert semarie tedu guenther