From owner-cvs-all Sat Jul 14 21:11:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D38A37B401; Sat, 14 Jul 2001 21:11:52 -0700 (PDT) (envelope-from benno@FreeBSD.org) Received: (from benno@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6F4Bqu30795; Sat, 14 Jul 2001 21:11:52 -0700 (PDT) (envelope-from benno) Message-Id: <200107150411.f6F4Bqu30795@freefall.freebsd.org> From: Benno Rice Date: Sat, 14 Jul 2001 21:11:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_zeroidle.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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