Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/acpica/dist/compiler Make this compile.
details: https://anonhg.NetBSD.org/src/rev/c02b4f3af990
branches: trunk
changeset: 328015:c02b4f3af990
user: tron <tron%NetBSD.org@localhost>
date: Sun Mar 23 14:24:34 2014 +0000
description:
Make this compile.
diffstat:
sys/external/bsd/acpica/dist/compiler/dtcompile.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r a6b21b1ff4c9 -r c02b4f3af990 sys/external/bsd/acpica/dist/compiler/dtcompile.c
--- a/sys/external/bsd/acpica/dist/compiler/dtcompile.c Sun Mar 23 09:30:59 2014 +0000
+++ b/sys/external/bsd/acpica/dist/compiler/dtcompile.c Sun Mar 23 14:24:34 2014 +0000
@@ -211,7 +211,7 @@
Gbl_RootTable = NULL;
Gbl_SubtableStack = NULL;
- snprintf (VersionString, sizeof(VersionBuffer), "%X",
+ snprintf (VersionString, sizeof(VersionString), "%X",
(UINT32) ACPI_CA_VERSION);
return (AE_OK);
}
Home |
Main Index |
Thread Index |
Old Index