cvs commit: src/sys/kern tty.c

Martin Blapp mbr at FreeBSD.org
Sat Sep 30 13:58:49 PDT 2006


mbr         2006-09-30 20:58:48 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             tty.c 
  Log:
  MFC rev. 1.260
  
  Any call of tty_close() with a tty refcount of <= 1 is wrong and we will
  free the tty in this case. This is a workaround until the underlaying
  devfs/tty problems are fixed.
  
  Approved by:    re
  
  Revision   Changes    Path
  1.250.2.2  +9 -1      src/sys/kern/tty.c


More information about the cvs-all mailing list