From owner-cvs-all Mon Apr 1 17: 9:42 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 6CB3F37B416; Mon, 1 Apr 2002 17:09:38 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g3219aYm045880; Mon, 1 Apr 2002 17:09:36 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g3218LXe025481; Mon, 1 Apr 2002 17:08:21 -0800 (PST) Date: Mon, 1 Apr 2002 17:08:21 -0800 From: "David O'Brien" To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/sort append.c extern.h fields.c files.c fsort.c init.c msort.c sort.1 sort.c tmp.c Message-ID: <20020401170821.G95927@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20020330012421.A74485@dragon.nuxi.com> <200203302132.g2ULWSPL025623@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200203302132.g2ULWSPL025623@grimreaper.grondar.org>; from mark@grondar.za on Sat, Mar 30, 2002 at 09:32:28PM +0000 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 On Sat, Mar 30, 2002 at 09:32:28PM +0000, Mark Murray wrote: > > Fixes are fine. 1/3 of this commit did not contain fixes -- append.c, > > Wrong. > > Append.c: > > diff -u -d -r1.1.1.1 -r1.2 > --- append.c 22 Mar 2002 13:53:52 -0000 1.1.1.1 > +++ append.c 24 Mar 2002 15:59:17 -0000 1.2 > @@ -39,9 +39,14 @@ > #include "sort.h" > > #ifndef lint > +#if 0 > __RCSID("$NetBSD: append.c,v 1.9 2001/01/18 20:59:43 jdolecek Exp $"); > __SCCSID("@(#)append.c 8.1 (Berkeley) 6/6/93"); > +#endif > #endif /* not lint */ > + > +#include > +__FBSDID("$FreeBSD: src/usr.bin/sort/append.c,v 1.2 2002/03/24 15:59:17 markm E > xp $"); Huh? What is the _problem_ you fixed? I don't see it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message