Subject: Re: CVS commit: syssrc
To: None <chs@netbsd.org>
From: Nathan J. Williams <nathanw@MIT.EDU>
List: source-changes
Date: 02/05/2001 12:50:07
Chuck Silvers <chs@netbsd.org> writes:

> Log Message:
> expose the definitions of MIN() and MAX() in sys/param.h to the kernel
> and use those in favor of a dozen copies scattered around the source tree.

We have had min() and max() and a few other flavors of this function
in libkern.h for a while. I had thought that that was the canonical
location. Having only two copies is better than having a dozen copies,
but might we settle on just one?

        - Nathan