Added Rcs Id

This commit is contained in:
ceriel
1987-03-31 10:45:53 +00:00
parent 9f84c51255
commit 3b8fab2c0d
114 changed files with 114 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
/* $Header$ */
#include <sgtty.h>
int stty(fildes,argp) int fildes ; struct sgttyb *argp ; {
return ioctl(fildes,TIOCSETP,argp) ;