> > > 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 <termcap.h>" in telnet.c be protected with a
"#ifdef TERMCAP"?

John
-- 
John Hay -- [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to