Date: Mon, 24 Nov 1997 07:03:17 -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/vm vm_map.c Message-ID: <199711241503.HAA03976@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1997/11/24 07:03:16 PST Modified files: sys/vm vm_map.c Log: Don't #define max() to get a version that works with vm_ooffset's. Just use qmax(). This should be fixed more generally using overloaded functions. Revision Changes Path 1.98 +2 -4 src/sys/vm/vm_map.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711241503.HAA03976>