Date: Fri, 22 Sep 1995 10:01:30 -0700 From: Peter Wemm <peter> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/gen ttyname.c Message-ID: <199509221701.KAA10236@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 95/09/22 10:01:30 Modified: lib/libc/gen ttyname.c Log: Make ttyname() use posix-style tcgetattr() to check to see that it's running on a tty. (Same as isatty()) The old-style TIOCGETP ioctl wouldn't fly if the kernel didn't have COMPAT_43. Submitted by: Carl Fongheiser <cmf@netins.net>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509221701.KAA10236>