From owner-cvs-all Tue May 15 2:52: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 635F637B422; Tue, 15 May 2001 02:52:04 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4F9q4a21022; Tue, 15 May 2001 02:52:04 -0700 (PDT) (envelope-from peter) Message-Id: <200105150952.f4F9q4a21022@freefall.freebsd.org> From: Peter Wemm Date: Tue, 15 May 2001 02:52:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet telnet.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/05/15 02:52:03 PDT Modified files: crypto/telnet/telnet telnet.c Log: 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. :-( Revision Changes Path 1.9 +3 -2 src/crypto/telnet/telnet/telnet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message