K 10 svn:author V 2 ed K 8 svn:date V 27 2008-09-21T19:24:15.830461Z K 7 svn:log V 374 Make fstat() on a pseudo-terminal master return sane timestamps. Because pseudo-terminal master file descriptors no longer have a vnode underneath, we have to fill in fstat() values ourselves. Make our implementation somewhat sane by returning the timestamps of the TTY device node that corresponds with our file descriptor. Obtained from: //depot/projects/mpsafettty/... END