Check for TCSETS*
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@679 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user