CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/07 12:00:06
Modified files:
usr.bin/tty : tty.c
Log message:
use tame "stdio rpath tty", for ttyname(). from Rob Pierce, who chose to
do this using ktrace step by step. not the method i recommend, because
it requires 100% coverage via feature tests. better to read the code and
understand everything being called, then make decisions.
