aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/dbexec.c
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-02-28 20:23:30 +0000
committerNate Lawson <njl@FreeBSD.org>2004-02-28 20:23:30 +0000
commit2a2a3f2735dfec74d2659f5fc38b52b452558f86 (patch)
tree885c1ceace8766961e3a5baedf4ef67ce438b844 /sys/contrib/dev/acpica/dbexec.c
parentb88cf1027b33273df8d01033831414f8edff9021 (diff)
downloadsrc-2a2a3f2735dfec74d2659f5fc38b52b452558f86.tar.gz
src-2a2a3f2735dfec74d2659f5fc38b52b452558f86.zip
Vendor import of ACPICA 20040220
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=126372
Diffstat (limited to 'sys/contrib/dev/acpica/dbexec.c')
-rw-r--r--sys/contrib/dev/acpica/dbexec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/dbexec.c b/sys/contrib/dev/acpica/dbexec.c
index 8b746c222262..5397ef4aceb1 100644
--- a/sys/contrib/dev/acpica/dbexec.c
+++ b/sys/contrib/dev/acpica/dbexec.c
@@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: dbexec - debugger control method execution
- * $Revision: 55 $
+ * $Revision: 57 $
*
******************************************************************************/
@@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -408,7 +408,7 @@ AcpiDbExecute (
if (Allocations > 0)
{
- AcpiOsPrintf ("Outstanding: %ld allocations after execution\n",
+ AcpiOsPrintf ("Outstanding: %u allocations after execution\n",
Allocations);
}
#endif