Date: Mon, 14 May 2001 00:17:31 -0700 From: Dima Dorfman <dima@unixfreak.org> To: hackers@freebsd.org Cc: bde@freebsd.org Subject: MIN()/MAX() definitions in sys/param.h Message-ID: <20010514071731.1D9F93E28@bazooka.unixfreak.org>
next in thread | raw e-mail | index | archive | help
Is there a reason the definitions of the MIN() and MAX() macros in sys/param.h are under an '#ifndef _KERNEL'? Quite a few files in the kernel define these (well, at least MIN) themselves, so it would seem to make sense to define them globally in sys/param.h for the kernel as well. Any reason this isn't already done this way, or should I come up with a patch to fix that? Thanks for any insight, Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010514071731.1D9F93E28>