cvs commit: src/sys/pci if_sis.c

David O'Brien obrien at FreeBSD.org
Tue May 6 14:34:31 PDT 2003


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.


More information about the cvs-all mailing list