From owner-freebsd-current Wed Sep 1 5:21:34 1999 Delivered-To: freebsd-current@freebsd.org Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id D061214DCB for ; Wed, 1 Sep 1999 05:21:27 -0700 (PDT) (envelope-from jhay@zibbi.mikom.csir.co.za) Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.9.3/8.9.3) id OAA95398; Wed, 1 Sep 1999 14:20:19 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <199909011220.OAA95398@zibbi.mikom.csir.co.za> Subject: Re: Currnet build problems In-Reply-To: <199909010935.LAA40302@gratis.grondar.za> from Mark Murray at "Sep 1, 1999 11:35:02 am" To: mark@grondar.za (Mark Murray) Date: Wed, 1 Sep 1999 14:20:19 +0200 (SAT) Cc: peter@netplex.com.au (Peter Wemm), jhay@mikom.csir.co.za (John Hay), shocking@prth.pgs.com (Stephen Hocking-Senior Programmer PGS Perth), current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > invalid use of undefined type `struct termio' > > > > I suspect it's related to the international secure dist being out of sync. > > Make sure there's no -DTERMCAP in the telnet Makefiles... > > Nope. The makefiles are in src/kerberosIV/... and they are not > export restricted. Well I'm not sure about the USA code, but it looks like crypto/telnet/telnet/telnet.c includes termcap.h before it includes externs.h. But termcap.h does include termios.h. The effect is that the "#define termio termios" in externs.h never happens. ... Well that is what it looks like to me. :-) Should the "#include " in telnet.c be protected with a "#ifdef TERMCAP"? John -- John Hay -- John.Hay@mikom.csir.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message