Annotation of coherent/b/lib/libc/sys/i386/gtty.c, revision 1.1.1.1

1.1       root        1: /*
                      2:  * libc/sys/i386/gtty.c
                      3:  * Copyright (c) Bureau d'Etudes Ciaran O'Donnell,1987,1990,1991.
                      4:  */
                      5: 
                      6: #include <sgtty.h>
                      7: 
                      8: int
                      9: stty(u, v) int u, v;
                     10: {
                     11:        return ioctl(u, TIOCSETP, v);
                     12: }
                     13: 
                     14: int
                     15: gtty(u, v) int u, v;
                     16: {
                     17:        return ioctl(u, TIOCGETP, v);
                     18: }
                     19: 
                     20: /* end of libc/sys/i386/gtty.c */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.