From owner-cvs-src@FreeBSD.ORG Tue May 6 14:34:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6B9237B42F; Tue, 6 May 2003 14:34:28 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A54D43F93; Tue, 6 May 2003 14:34:27 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h46LYCm2040217; Tue, 6 May 2003 14:34:16 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h46LYClK040216; Tue, 6 May 2003 14:34:12 -0700 (PDT) Date: Tue, 6 May 2003 14:34:12 -0700 From: "David O'Brien" To: Nate Lawson Message-ID: <20030506213412.GA40115@dragon.nuxi.com> References: <20030506020032.8318437B478@hub.freebsd.org> <20030506133223.V29676@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030506133223.V29676@root.org> User-Agent: Mutt/1.4i 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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Olivier Houchard cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_sis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 21:34:31 -0000 On Tue, May 06, 2003 at 01:57:47PM -0700, Nate Lawson wrote: > > --- src/sys/pci/if_sis.c:1.74 Mon Apr 21 11:34:04 2003 > > +++ src/sys/pci/if_sis.c Mon May 5 19:00:01 2003 > > @@ -29,7 +29,7 @@ > > * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF > > * THE POSSIBILITY OF SUCH DAMAGE. > > * > > - * $FreeBSD: /repoman/r/ncvs/src/sys/pci/if_sis.c,v 1.74 2003/04/21 18:34:04 imp Exp $ > > + * $FreeBSD: /repoman/r/ncvs/src/sys/pci/if_sis.c,v 1.75 2003/05/06 02:00:01 cognet Exp $ > > */ > > > > /* > > @@ -58,7 +58,7 @@ > > */ > > > > #include > > -__FBSDID("$FreeBSD: /repoman/r/ncvs/src/sys/pci/if_sis.c,v 1.74 2003/04/21 18:34:04 imp Exp $"); > > +__FBSDID("$FreeBSD: /repoman/r/ncvs/src/sys/pci/if_sis.c,v 1.75 2003/05/06 02:00:01 cognet Exp $"); > > > > #include > > #include > > Why do we have both the RCS id and FBSDID? I thought only one was enough. We don't have RCS id. Your real question is why are there two copies of $FreeBSD$ -- simple oversite.