ed          2008-09-21 19:24:15 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty_pts.c 
  Log:
  SVN rev 183239 on 2008-09-21 19:24:15Z by ed
  
  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/...
  
  Revision  Changes    Path
  1.22      +9 -5      src/sys/kern/tty_pts.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to