Hack to work around braindeath in libtelnet:sra.c. The sra.o file

references global variables from telnetd, but is also linked into
telnet as well. I was tempted to back out the last sra.c change
as it is 100% bogus and should be taken out and shot, but for now
this bandaid should get world working again. :-(


git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@76616 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
peter 2001-05-15 09:52:03 +00:00
parent b482ad5b9e
commit 8e7393fb93
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ int
clienteof = 0;
char *prompt = 0;
char *line; /* hack around breakage in sra.c :-( !! */
cc_t escape;
cc_t rlogin;