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/e09852c7a84b
branches: trunk
changeset: 328016:e09852c7a84b
user: tron <tron%NetBSD.org@localhost>
date: Sun Mar 23 14:44:55 2014 +0000
description:
Make this compile.
diffstat:
sys/external/bsd/acpica/dist/compiler/prutils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c02b4f3af990 -r e09852c7a84b sys/external/bsd/acpica/dist/compiler/prutils.c
--- a/sys/external/bsd/acpica/dist/compiler/prutils.c Sun Mar 23 14:24:34 2014 +0000
+++ b/sys/external/bsd/acpica/dist/compiler/prutils.c Sun Mar 23 14:44:55 2014 +0000
@@ -298,7 +298,7 @@
/* We could not open the include file after trying very hard */
ErrorExit:
- snprintf (Gbl_MainTokenBuffer, ASL_LINE_BUFFER_SIZE, "%s, %s",
+ snprintf (Gbl_MainTokenBuffer, ASL_DEFAULT_LINE_BUFFER_SIZE, "%s, %s",
Filename, strerror (errno));
PrError (ASL_ERROR, ASL_MSG_INCLUDE_FILE_OPEN, 0);
}
Home |
Main Index |
Thread Index |
Old Index