Ifdef TIOCPKT
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1003 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -949,13 +949,15 @@ telnet(f, p)
|
||||
if (my_state_is_wont(TELOPT_ECHO))
|
||||
send_will(TELOPT_ECHO, 1);
|
||||
|
||||
#ifdef TIOCPKT
|
||||
#ifdef STREAMSPTY
|
||||
if (!really_stream)
|
||||
#endif
|
||||
/*
|
||||
* Turn on packet mode
|
||||
*/
|
||||
(void) ioctl(p, TIOCPKT, (char *)&on);
|
||||
ioctl(p, TIOCPKT, (char *)&on);
|
||||
#endif
|
||||
|
||||
#if defined(LINEMODE) && defined(KLUDGELINEMODE)
|
||||
/*
|
||||
|
Reference in New Issue
Block a user