|
|
BSD 4.2
/* gtty.c 4.1 83/07/04 */
/*
* Writearound to old gtty system call.
*/
#include <sgtty.h>
gtty(fd, ap)
struct sgtty *ap;
{
return(ioctl(fd, TIOCGETP, ap));
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.