Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/lib/libc
Module Name: basesrc
Committed By: lukem
Date: Sun Sep 30 23:25:39 UTC 2001
Modified Files:
basesrc/lib/libc/gen: isatty.c
basesrc/lib/libc/termios: tcgetattr.c
Log Message:
don't bother checking _DIAGASSERT(fd != -1), since the underlying
ioctl(2) will check it and return EBADF, and i got sick of the warnings
from programs like sshd which occassionally call isatty() with bad fds.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/lib/libc/gen/isatty.c
cvs rdiff -r1.7 -r1.8 basesrc/lib/libc/termios/tcgetattr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index