From 8775eed7228489434942056201c82f4a60dcdddc Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 9 Sep 1996 19:35:57 +0000 Subject: [PATCH] UNICOS5: removed git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@723 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/telnetd/termstat.c | 36 ---------------------------------- 1 file changed, 36 deletions(-) diff --git a/appl/telnet/telnetd/termstat.c b/appl/telnet/telnetd/termstat.c index e4a71b16b..a08d7af84 100644 --- a/appl/telnet/telnetd/termstat.c +++ b/appl/telnet/telnetd/termstat.c @@ -48,10 +48,6 @@ int def_row = 0, def_col = 0; static int _terminit = 0; #endif /* LINEMODE */ -#if defined(CRAY2) && defined(UNICOS5) -int newmap = 1; /* nonzero if \n maps to ^M^J */ -#endif - #ifdef LINEMODE /* * localstat @@ -135,14 +131,6 @@ localstat() void netflush(); int need_will_echo = 0; -#if defined(CRAY2) && defined(UNICOS5) - /* - * Keep track of that ol' CR/NL mapping while we're in the - * neighborhood. - */ - newmap = tty_isnewmap(); -#endif /* defined(CRAY2) && defined(UNICOS5) */ - /* * Check for state of BINARY options. */ @@ -579,34 +567,10 @@ clientstat(code, parm1, parm2) break; } /* end of switch */ -#if defined(CRAY2) && defined(UNICOS5) - /* - * Just in case of the likely event that we changed the pty state. - */ - rcv_ioctl(); -#endif /* defined(CRAY2) && defined(UNICOS5) */ - netflush(); } /* end of clientstat */ -#if defined(CRAY2) && defined(UNICOS5) - void -termstat() -{ - needtermstat = 1; -} - - void -_termstat() -{ - needtermstat = 0; - init_termbuf(); - localstat(); - rcv_ioctl(); -} -#endif /* defined(CRAY2) && defined(UNICOS5) */ - #ifdef LINEMODE /* * defer_terminit