]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce struct xtty, used when exporting tty information to userland.
authorDag-Erling Smørgrav <des@FreeBSD.org>
Tue, 28 May 2002 05:40:53 +0000 (05:40 +0000)
committerDag-Erling Smørgrav <des@FreeBSD.org>
Tue, 28 May 2002 05:40:53 +0000 (05:40 +0000)
commit1a149fcd67223b2f7cd5e36a6e3b8a95a4f998cd
tree342ff2aa63e11e3bd875304e163f9a80fe63699e
parent776c387ac1ecc6a9ab79c88b21adeab1a384ef86
Introduce struct xtty, used when exporting tty information to userland.
Make kern.ttys export a struct xtty rather than struct tty.  Since struct
tty is no longer exposed to userland, remove the dev_t / udev_t hack.

Sponsored by: DARPA, NAI Labs
sys/kern/tty.c
sys/sys/tty.h