From owner-cvs-all Tue Jan 23 13:45:28 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 89D1737B69C; Tue, 23 Jan 2001 13:45:05 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLj5292126; Tue, 23 Jan 2001 13:45:05 -0800 (PST) (envelope-from jhb) Message-Id: <200101232145.f0NLj5292126@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 13:45:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_apic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 13:45:05 PST Modified files: sys/dev/acpica acpi_apic.c Log: Move a temporary #ifdef of code (just the #ifdef part) up so that it is above the local variable declaration to quiet warnings about unused variables. Revision Changes Path 1.3 +5 -5 src/sys/dev/acpica/acpi_apic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message