summaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/utdebug.c
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2003-04-29 18:39:29 +0000
committerNate Lawson <njl@FreeBSD.org>2003-04-29 18:39:29 +0000
commit77c1b966315a704ae2d5154819693d22966c622e (patch)
treefb9eb36e7970ad69c51748aa41ebf3d92a58269d /sys/contrib/dev/acpica/utdebug.c
parent785892eaf4ca4572bb0f2ba9bb277f391bf5178e (diff)
parent17b7010ddc68fd57ab17473f95cd0f7c0be4f31d (diff)
Notes
Diffstat (limited to 'sys/contrib/dev/acpica/utdebug.c')
-rw-r--r--sys/contrib/dev/acpica/utdebug.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/contrib/dev/acpica/utdebug.c b/sys/contrib/dev/acpica/utdebug.c
index b791d2421a01..842c7d6641e6 100644
--- a/sys/contrib/dev/acpica/utdebug.c
+++ b/sys/contrib/dev/acpica/utdebug.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: utdebug - Debug print routines
- * $Revision: 105 $
+ * $Revision: 108 $
*
*****************************************************************************/
@@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -387,7 +387,7 @@ void
AcpiUtTraceStr (
UINT32 LineNumber,
ACPI_DEBUG_PRINT_INFO *DbgInfo,
- NATIVE_CHAR *String)
+ char *String)
{
AcpiGbl_NestingLevel++;
@@ -592,8 +592,8 @@ AcpiUtDumpBuffer (
UINT32 Display,
UINT32 ComponentId)
{
- NATIVE_UINT i = 0;
- NATIVE_UINT j;
+ ACPI_NATIVE_UINT i = 0;
+ ACPI_NATIVE_UINT j;
UINT32 Temp32;
UINT8 BufChar;