summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2005-11-01 22:18:47 +0000
committerjkim <jkim@FreeBSD.org>2005-11-01 22:18:47 +0000
commit275739933be2e0a9ad83b1d753c607d172b7d201 (patch)
treea06929f39d63a789e95f3b641f48b0cb14e23431 /sys
parent011860e7b5b27bd4f06b0a4d4cc4e23707311391 (diff)
parent7bc04cb5a91251a67a3e40f7251fd882b7661456 (diff)
downloadFreeBSD-src-275739933be2e0a9ad83b1d753c607d172b7d201.zip
FreeBSD-src-275739933be2e0a9ad83b1d753c607d172b7d201.tar.gz
This commit was generated by cvs2svn to compensate for changes in r151940,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sys')
-rw-r--r--sys/contrib/dev/acpica/osunixxf.c2
-rw-r--r--sys/contrib/dev/acpica/utalloc.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/osunixxf.c b/sys/contrib/dev/acpica/osunixxf.c
index 18197d7..b693305 100644
--- a/sys/contrib/dev/acpica/osunixxf.c
+++ b/sys/contrib/dev/acpica/osunixxf.c
@@ -130,6 +130,8 @@
#include <contrib/dev/acpica/acparser.h>
#include <contrib/dev/acpica/acdebug.h>
+#include <contrib/dev/acpica/compiler/aslcompiler.h>
+
#define _COMPONENT ACPI_OS_SERVICES
ACPI_MODULE_NAME ("osunixxf")
diff --git a/sys/contrib/dev/acpica/utalloc.c b/sys/contrib/dev/acpica/utalloc.c
index 4f6e15f..cc5fd01 100644
--- a/sys/contrib/dev/acpica/utalloc.c
+++ b/sys/contrib/dev/acpica/utalloc.c
@@ -123,6 +123,7 @@
/* Local prototypes */
+#ifdef ACPI_DBG_TRACK_ALLOCATIONS
static ACPI_DEBUG_MEM_BLOCK *
AcpiUtFindAllocation (
void *Allocation);
@@ -143,7 +144,6 @@ AcpiUtRemoveAllocation (
char *Module,
UINT32 Line);
-#ifdef ACPI_DBG_TRACK_ALLOCATIONS
static ACPI_STATUS
AcpiUtCreateList (
char *ListName,
OpenPOWER on IntegriCloud