From 8e7393fb93a17b61ac04cca3a01382e1f644a819 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 15 May 2001 09:52:03 +0000 Subject: [PATCH] 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 --- telnet/telnet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/telnet/telnet.c b/telnet/telnet.c index 45df4ed..68555b7 100644 --- a/telnet/telnet.c +++ b/telnet/telnet.c @@ -126,6 +126,7 @@ int clienteof = 0; char *prompt = 0; +char *line; /* hack around breakage in sra.c :-( !! */ cc_t escape; cc_t rlogin;