From owner-cvs-usrbin Sat Jul 5 22:42:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA07618 for cvs-usrbin-outgoing; Sat, 5 Jul 1997 22:42:38 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA07606; Sat, 5 Jul 1997 22:42:09 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id PAA16358; Sun, 6 Jul 1997 15:37:45 +1000 Date: Sun, 6 Jul 1997 15:37:45 +1000 From: Bruce Evans Message-Id: <199707060537.PAA16358@godzilla.zeta.org.au> To: bde@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/telnet - Imported sources Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >bde 1997/07/05 22:14:29 PDT > > src/usr.bin/telnet - Imported sources > Update of /home/ncvs/src/usr.bin/telnet > In directory freefall.freebsd.org:/c/bde/src/telnet > > Log Message: > Import Lite2's src/usr.bin/telnet. The README is still on the vendor > branch and importing it gives some anachronisms. tn3270.c is still on > the vendor branch and importing it just changes a memcpy to memmove. I won't merge this, at least not soon. Not much changed except for more changes like memcpy -> memmove. Bruce