|
|
1.1 root 1: /*
2: * Structure for stty and gtty system calls.
3: */
4:
5: struct sgttyb {
6: char sg_ispeed; /* input speed */
7: char sg_ospeed; /* output speed */
8: char sg_erase; /* erase character */
9: char sg_kill; /* kill character */
10: int sg_flags; /* mode flags */
11: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.