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);
|
ip = (struct iocblk *) (ibuf+1);
|
||||||
|
|
||||||
switch (ip->ioc_cmd) {
|
switch (ip->ioc_cmd) {
|
||||||
|
#ifdef TCSETS
|
||||||
case TCSETS:
|
case TCSETS:
|
||||||
case TCSETSW:
|
case TCSETSW:
|
||||||
case TCSETSF:
|
case TCSETSF:
|
||||||
@@ -1522,6 +1523,7 @@ int readstream(int p, char *ibuf, int bufsize)
|
|||||||
vstart = tsp->c_cc[VSTART];
|
vstart = tsp->c_cc[VSTART];
|
||||||
ixon = tsp->c_iflag & IXON;
|
ixon = tsp->c_iflag & IXON;
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
#if 0
|
#if 0
|
||||||
case TCSETA:
|
case TCSETA:
|
||||||
case TCSETAW:
|
case TCSETAW:
|
||||||
|
Reference in New Issue
Block a user