Subject: CVS commit: basesrc/lib/libc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/01/2001 02:25:39
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.