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