Remove cray compiler bug hack.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1669 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -38,7 +38,6 @@ static char copyright[] =
|
|||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#include "telnet_locl.h"
|
#include "telnet_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
/* These values need to be the same as defined in libtelnet/kerberos5.c */
|
/* These values need to be the same as defined in libtelnet/kerberos5.c */
|
||||||
@@ -101,9 +100,6 @@ main(int argc, char **argv)
|
|||||||
#endif /* FORWARD */
|
#endif /* FORWARD */
|
||||||
|
|
||||||
tninit(); /* Clear out things */
|
tninit(); /* Clear out things */
|
||||||
#if defined(CRAY) && !defined(__STDC__)
|
|
||||||
_setlist_init(); /* Work around compiler bug */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
TerminalSaveState();
|
TerminalSaveState();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user