Date: Mon, 30 Jan 2006 11:59:20 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_pts.c Message-ID: <200601301159.k0UBxKaB084023@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-01-30 11:59:20 UTC FreeBSD src repository Modified files: sys/kern tty_pts.c Log: Move pts master devices into /dev/pty/ instead of littering /dev with them; this is more consistent with the placement of slaves in /dev/pts. The actual name doesn't matter as it's not part of the exposed API or used by libc. In some sense, it would be nice if these device nodes didn't have to have names in devfs at all. Suggested by: Stephen McKay <smckay at internode dot on dot net> Revision Changes Path 1.6 +2 -2 src/sys/kern/tty_pts.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601301159.k0UBxKaB084023>