Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2008 13:32:21 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern tty_outq.c
Message-ID:  <200808231332.m7NDWc15097979@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2008-08-23 13:32:21 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty_outq.c 
  Log:
  SVN rev 182053 on 2008-08-23 13:32:21Z by ed
  
  Remove unused tty_gone() checks inside ttyoutq_read_uio().
  
  When my earlier MPSAFE TTY prototypes still implemented line
  disciplines, we needed a mechanism to abort read()'s on PTY master
  devices when inside the line discipline. Because this is no longer the
  case, these checks have become unneeded.
  
  Revision  Changes    Path
  1.2       +0 -11     src/sys/kern/tty_outq.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808231332.m7NDWc15097979>