Date: Fri, 22 Mar 2002 16:16:14 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: "David E. O'Brien" <obrien@FreeBSD.org> Cc: <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/lib/msun/bsdsrc b_exp.c b_log.c b_tgamma.c Message-ID: <20020322161055.T16831-100000@gamplex.bde.org> In-Reply-To: <200203211806.g2LI69R96324@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 21 Mar 2002, David E. O'Brien wrote: > obrien 2002/03/21 10:06:09 PST > > Modified files: > lib/msun/bsdsrc b_exp.c b_log.c b_tgamma.c > Log: > Fix SCM ID's. > > Revision Changes Path > 1.4 +3 -3 src/lib/msun/bsdsrc/b_exp.c > 1.4 +2 -3 src/lib/msun/bsdsrc/b_log.c > 1.3 +2 -3 src/lib/msun/bsdsrc/b_tgamma.c Please leave this to the maintainer, who had this fixed properly in b_tgamma.c. These files were just repo-copied and arenot even linked into the build yet. You added new style bugs (missing blank line between vendor id and __FBSDID()), and didn't fix the bugs (vendor id is always compiled since the vendor id infrastructure doesn't even accidentally disable it). Bruce 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?20020322161055.T16831-100000>