CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/12 13:53:58
Modified files:
lib/libc/gen : ttyname.c
Log message:
When isatty() was switched to F_ISATTY, the inline copy in ttyname()
was forgotten. Just call isatty(). ok deraadt@
