Date: Sun, 25 Jan 2009 08:27:11 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern tty_pty.c Message-ID: <200901250827.n0P8RSw4062025@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-01-25 08:27:11 UTC FreeBSD src repository Modified files: sys/kern tty_pty.c Log: SVN rev 187680 on 2009-01-25 08:27:11Z by ed Remove unneeded use of device unit numbers from pty(4). A much more simple approach to generate the slave device name, is to obtain the device name of the master and replace 'p' by 't'. Revision Changes Path 1.162 +5 -8 src/sys/kern/tty_pty.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901250827.n0P8RSw4062025>