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/25f1ea11a511
branches:  trunk
changeset: 794756:25f1ea11a511
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 6695f4915aa5 -r 25f1ea11a511 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