cvs commit: src/sys/kern tty_pts.c tty_pty.c

Olivier Houchard cognet at FreeBSD.org
Thu Jan 26 12:54:51 PST 2006


cognet      2006-01-26 20:54:49 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty_pts.c tty_pty.c 
  Log:
  Don't attempt to re-create the /dev entry for the slave part if it already
  exist when opening the master. This can happen if one open the master, then
  open the slave, then close and re-open the master.
  
  Reported by:    Peter Holm
  
  Revision  Changes    Path
  1.2       +6 -2      src/sys/kern/tty_pts.c
  1.143     +2 -1      src/sys/kern/tty_pty.c


More information about the cvs-src mailing list