Date: Tue, 6 May 2003 14:34:12 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Nate Lawson <nate@root.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_sis.c Message-ID: <20030506213412.GA40115@dragon.nuxi.com> In-Reply-To: <20030506133223.V29676@root.org> References: <20030506020032.8318437B478@hub.freebsd.org> <20030506133223.V29676@root.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <sys/cdefs.h> > > -__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 <sys/param.h> > > #include <sys/systm.h> > > 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030506213412.GA40115>