Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/11/2004 00:00:15
Module Name:	src
Committed By:	christos
Date:		Thu Nov 11 00:00:15 UTC 2004

Modified Files:
	src/lib/libc/gen: ttyname.c

Log Message:
Use ioctl to find the pty name directly instead of looking it up in
the database; it is much faster, and the common case these days.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/lib/libc/gen/ttyname.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.