7eaa235fd1
plat. It's completely untested, but it builds and makes e.out executables.
7 lines
129 B
C
7 lines
129 B
C
/* $Id$ */
|
|
#include <sgtty.h>
|
|
int
|
|
gtty(fildes,argp) int fildes ; struct sgttyb *argp ; {
|
|
return ioctl(fildes,TIOCGETP,argp) ;
|
|
}
|