/* $Id$ */ #include int gtty(int fildes, struct sgttyb* argp) { return ioctl(fildes,TIOCGETP,argp) ; }