cvs commit: src/sys/kern tty_pts.c

Ed Schouten ed at FreeBSD.org
Sun Sep 21 19:24:27 UTC 2008


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


More information about the cvs-all mailing list