Date: Mon, 1 Apr 2002 17:08:21 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Mark Murray <mark@grondar.za> 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> In-Reply-To: <200203302132.g2ULWSPL025623@grimreaper.grondar.org>; from mark@grondar.za on Sat, Mar 30, 2002 at 09:32:28PM %2B0000 References: <20020330012421.A74485@dragon.nuxi.com> <200203302132.g2ULWSPL025623@grimreaper.grondar.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <sys/cdefs.h> > +__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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020401170821.G95927>