* nis/nis_subr.c (nis_getnames): Revert last change.cvs/fedora-glibc-20061205T2141
commitf0d5e1f67bf5d856f7dad926746ca7170560e65f
authorUlrich Drepper <drepper@redhat.com>
Tue, 5 Dec 2006 21:28:15 +0000 (5 21:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 5 Dec 2006 21:28:15 +0000 (5 21:28 +0000)
tree5c392aa4d0baa98aa814e249b0341af60b60dfda
parent30a58e6599d9d8419006eb12e413854674ab2f24
* nis/nis_subr.c (nis_getnames): Revert last change.

2006-12-04  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
(ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
* sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
(__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
ENOTTY.
* io/Makefile: Add rules to build and run tst-ttyname_r test.
* io/tst-ttyname_r.c: New test.
ChangeLog
io/Makefile
io/tst-ttyname_r.c [new file with mode: 0644]
localedata/ChangeLog
localedata/locales/cs_CZ
nis/nis_subr.c
sysdeps/unix/sysv/linux/ttyname.c
sysdeps/unix/sysv/linux/ttyname_r.c