Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!oscsunb!OAR.NET!kannan From: kannan@OAR.NET (Kannan Varadhan) Newsgroups: comp.protocols.tcp-ip Subject: Re: Telnet/telnet release Message-ID: <9009160551.AA22888@manhandler.oar.net> Date: 16 Sep 90 05:51:32 GMT References: <9009142228.AA01403@berserkly.cray.com> Sender: kannan@osc.edu Reply-To: Lines: 39 From: dab@BERSERKLY.CRAY.COM (David Borman) Date: 14 Sep 90 22:28:38 GMT > A new BSD version of telnet and telnetd are now available for anonymous > ftp from ucbarpa.berkeley.edu. There are two files: > > pub/telnet.90.09.14.tar.Z All the sources > pub/telnet.90.09.14.diff.Z Diffs from telnet.90.06.28 Dave, and any of you who picked this up, there is a typo in the telnetd source. I made the following changes below... I am compiling this on a Sun 3/60, running SunOS4.0.3. manhandler telnetd. rcsdiff sys_term.c =================================================================== RCS file: RCS/sys_term.c,v retrieving revision 1.1 diff -r1.1 sys_term.c 87c87 < # define tcgetattr(f, t) iotcl(f, TCGETS, t) --- > # define tcgetattr(f, t) ioctl(f, TCGETS, t) 96c96 < # define tcgetattr(f, t) iotcl(f, TIOCGETA, t) --- > # define tcgetattr(f, t) ioctl(f, TIOCGETA, t) Kannan -=- Kannan Varadhan, Internet Engineer, OARNet Ohio Supercomputer Center, Columbus, OH 43212 +1 (614) 292-4137 email: kannan@oar.net | osu-cis!malgudi.oar.net!kannan