Check for TCSETS*

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@679 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-08-24 23:12:29 +00:00
parent 2534e269b2
commit ffc8a5ca79

View File

@@ -1513,6 +1513,7 @@ int readstream(int p, char *ibuf, int bufsize)
ip = (struct iocblk *) (ibuf+1);
switch (ip->ioc_cmd) {
#ifdef TCSETS
case TCSETS:
case TCSETSW:
case TCSETSF:
@@ -1522,6 +1523,7 @@ int readstream(int p, char *ibuf, int bufsize)
vstart = tsp->c_cc[VSTART];
ixon = tsp->c_iflag & IXON;
break;
#endif
#if 0
case TCSETA:
case TCSETAW: