kern/65979: [PATCH] Fix kernel build error introduced by
sys/dev/acpica/acpi.c,v 1.142
Xin LI
delphij at frontfree.net
Mon Apr 26 00:10:24 PDT 2004
>Number: 65979
>Category: kern
>Synopsis: [PATCH] Fix kernel build error introduced by sys/dev/acpica/acpi.c,v 1.142
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Apr 26 00:10:23 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Xin LI
>Release: FreeBSD 5.2-CURRENT i386
>Organization:
The FreeBSD Simplified Chinese Project
>Environment:
System: FreeBSD beastie.frontfree.net 5.2-CURRENT FreeBSD 5.2-CURRENT #22: Wed Apr 14 17:57:37 CST 2004 delphij at beastie.frontfree.net:/usr/obj/usr/src/sys/BEASTIE i386
>Description:
Move defination of status with what has been done with v. 1.142.
>How-To-Repeat:
make kernel
>Fix:
Apply the attached patch
--- patch-acpi begins here ---
Index: sys/dev/acpica/acpi.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/acpica/acpi.c,v
retrieving revision 1.142
diff -u -r1.142 acpi.c
--- sys/dev/acpica/acpi.c 26 Apr 2004 05:25:06 -0000 1.142
+++ sys/dev/acpica/acpi.c 26 Apr 2004 07:01:03 -0000
@@ -1159,6 +1159,7 @@
static void
acpi_shutdown_final(void *arg, int howto)
{
+ ACPI_STATUS status;
ACPI_ASSERTLOCK;
--- patch-acpi ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-bugs
mailing list