mirror of
https://github.com/sheumann/telnetd.git
synced 2025-02-16 13:30:34 +00:00
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:
parent
b482ad5b9e
commit
8e7393fb93
@ -126,6 +126,7 @@ int
|
||||
clienteof = 0;
|
||||
|
||||
char *prompt = 0;
|
||||
char *line; /* hack around breakage in sra.c :-( !! */
|
||||
|
||||
cc_t escape;
|
||||
cc_t rlogin;
|
||||
|
Loading…
x
Reference in New Issue
Block a user