Re: RCS and $FreeBSD$ purge
- In reply to: Steve Kargl : "RCS and $FreeBSD$ purge"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jan 2024 08:46:59 UTC
On Fri, Jan 26, 2024, 7:32 PM Steve Kargl <sgk@troutmask.apl.washington.edu> wrote: > I'm currently syncing src/lib/msun with my private libm > repository where I do much of my hacking on libm issues. > In looking at diffs, I see a few lingering RCS and > $FreeBSD$ tags. For example, lib/msun/amd64/s_scalbnl.S > contains > > /* RCSID("$NetBSD: s_scalbnf.S,v 1.4 1999/01/02 05:15:40 kristerw Exp $") > */ > > Should this be cleaned up or ws intentional left in the > source code? > The NetBSD and OpenBSD ones were intentional. Warner >