summaryrefslogtreecommitdiffstats
path: root/bin/stty/stty.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-04-30 17:04:26 +0000
committerache <ache@FreeBSD.org>2000-04-30 17:04:26 +0000
commit9e83ee311bb66d63ab25c123779e61ad1f1cd5cf (patch)
tree305e8fe881e5c9e0897ab997e1a47432486ce0d1 /bin/stty/stty.h
parentaa662159af43f8cb75ca80df5e1d2d4653eafa64 (diff)
downloadFreeBSD-src-9e83ee311bb66d63ab25c123779e61ad1f1cd5cf.zip
FreeBSD-src-9e83ee311bb66d63ab25c123779e61ad1f1cd5cf.tar.gz
Back out all drainwait changes. It is enough controllable via sysctl or
comcontrol, having it in stty cause too many problems with existing drivers and tty access permissings of non-superuser. Asked-by: bde
Diffstat (limited to 'bin/stty/stty.h')
-rw-r--r--bin/stty/stty.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/stty/stty.h b/bin/stty/stty.h
index 6c9ed5e..e122979 100644
--- a/bin/stty/stty.h
+++ b/bin/stty/stty.h
@@ -43,11 +43,9 @@ struct info {
int off; /* turn off */
int set; /* need set */
int wset; /* need window set */
- int tset; /* need timeout set */
char *arg; /* argument */
struct termios t; /* terminal info */
struct winsize win; /* window info */
- int timeout; /* drain wait time */
};
struct cchar {
OpenPOWER on IntegriCloud