Date: Thu, 26 Jan 2006 20:54:49 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_pts.c tty_pty.c Message-ID: <200601262054.k0QKsnOj012490@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601262054.k0QKsnOj012490>