Date: Sat, 14 Jul 2001 21:11:52 -0700 (PDT) From: Benno Rice <benno@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_zeroidle.c Message-ID: <200107150411.f6F4Bqu30795@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
benno 2001/07/14 21:11:52 PDT Modified files: sys/vm vm_zeroidle.c Log: The i386-specific includes in this file were "fixed" by bracketing them with #ifndef __alpha__. Fix this for the rest of the world by turning it into #ifdef __i386__. Reviewed by: obrien Revision Changes Path 1.3 +4 -4 src/sys/vm/vm_zeroidle.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?200107150411.f6F4Bqu30795>