From owner-cvs-all Mon Oct 1 16:30:21 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 780FB37B403; Mon, 1 Oct 2001 16:30:13 -0700 (PDT) Received: (from dillon@localhost) by earth.backplane.com (8.11.6/8.11.2) id f91NTxq53635; Mon, 1 Oct 2001 16:29:59 -0700 (PDT) (envelope-from dillon) Date: Mon, 1 Oct 2001 16:29:59 -0700 (PDT) From: Matt Dillon Message-Id: <200110012329.f91NTxq53635@earth.backplane.com> To: Peter Wemm Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libz adler32.c compress.c crc32.c deflate.c example.c gzio.c infblock.c infcodes.c inffast.c inflate.c inftrees.c infutil.c maketree.c minigzip.c trees.c uncompr.c zopen.c zutil.c References: <20011001220933.574843809@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :Matt Dillon wrote: :> dillon 2001/09/30 15:39:01 PDT :> :> Modified files: :> lib/libz adler32.c compress.c crc32.c deflate.c :> example.c gzio.c infblock.c infcodes.c :> inffast.c inflate.c inftrees.c infutil.c :> maketree.c minigzip.c trees.c uncompr.c :> zopen.c zutil.c :> Log: :> Add huff __FBSDID()s puff to whew! libz :> :> Revision Changes Path :> 1.6 +2 -1 src/lib/libz/adler32.c :> 1.6 +2 -1 src/lib/libz/compress.c :> 1.6 +2 -1 src/lib/libz/crc32.c :> 1.6 +4 -1 src/lib/libz/deflate.c :> 1.6 +2 -1 src/lib/libz/example.c :> 1.7 +2 -1 src/lib/libz/gzio.c :> 1.2 +50 -51 src/lib/libz/infblock.c :> 1.2 +24 -11 src/lib/libz/infcodes.c :> 1.2 +11 -6 src/lib/libz/inffast.c :> 1.2 +54 -30 src/lib/libz/inflate.c :> 1.2 +107 -119 src/lib/libz/inftrees.c : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ :These last five should not have been touched. : :Cheers, :-Peter :-- :Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au Umm... why are these vendor files in /usr/src/lib at all? If they are vendor files, they should be in contrib, yes? Like all the other vendor libraries (such as /usr/src/lib/libbz2's files, for example). If you don't like it, move libz to contrib. It doesn't belong in /usr/src/lib. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message