From 80faa61888bc174d7d18f8a4b4361ffc82062493 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 9 Sep 1996 19:30:13 +0000 Subject: [PATCH] UNICOS5: removed git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@721 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/telnetd/state.c | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/appl/telnet/telnetd/state.c b/appl/telnet/telnetd/state.c index 636bf0f04..0b394a87c 100644 --- a/appl/telnet/telnetd/state.c +++ b/appl/telnet/telnetd/state.c @@ -86,9 +86,6 @@ telrcv(void) { register int c; static int state = TS_DATA; -#if defined(CRAY2) && defined(UNICOS5) - char *opfrontp = pfrontp; -#endif while (ncc > 0) { if ((&ptyobuf[BUFSIZ] - pfrontp) < 2) @@ -360,21 +357,6 @@ gotiac: switch (c) { exit(1); } } -#if defined(CRAY2) && defined(UNICOS5) - if (!linemode) { - char xptyobuf[BUFSIZ+NETSLOP]; - char xbuf2[BUFSIZ]; - register char *cp; - int n = pfrontp - opfrontp, oc; - memmove(xptyobuf, opfrontp, n); - pfrontp = opfrontp; - pfrontp += term_input(xptyobuf, pfrontp, n, BUFSIZ+NETSLOP, - xbuf2, &oc, BUFSIZ); - for (cp = xbuf2; oc > 0; --oc) - if ((*nfrontp++ = *cp++) == IAC) - *nfrontp++ = IAC; - } -#endif /* defined(CRAY2) && defined(UNICOS5) */ } /* end of telrcv */ /*