Date: Mon, 25 Sep 2000 15:12:24 -0600 From: "Justin T. Gibbs" <gibbs@plutotech.com> To: Bruce Evans <bde@zeta.org.au> Cc: "Justin T. Gibbs" <gibbs@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys libkern.h Message-ID: <200009252111.PAA56527@pluto.plutotech.com> In-Reply-To: Your message of "Tue, 26 Sep 2000 07:48:17 %2B1100." <Pine.BSF.4.21.0009260714300.12605-100000@besplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>You mean memcmp and memset (memcpy was already a (non-inline) function). >This mistake in -current shouldn't have been propagated. The mem\* routines are part of the C standard and should be available from within the kernel. I don't think that a piece of code that runs on multiple platforms should have to role their own mem\* routines. If you don't like what Poul-Henning did, then implement something better, but the old situation where modules would compile with some compiler options and not others is not acceptable. -- Justin 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?200009252111.PAA56527>