Date: Thu, 12 Feb 1998 23:09:38 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa kbdio.c Message-ID: <199802130709.XAA28016@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/02/12 23:09:38 PST Modified files: sys/i386/isa kbdio.c Log: Don't (conditionally) override the kernel's min() and max() functions with macros. This breaks if the functions are replaced by macros with unsuitable semantics. Define a MAX() macro unconditionally instead. max() is unsuitable since we need a constant expression. Don't define MIN() - we never used min(). Revision Changes Path 1.12 +4 -7 src/sys/i386/isa/kbdio.c 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?199802130709.XAA28016>