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/dispatcher __UNCONST(3).
details: https://anonhg.NetBSD.org/src/rev/76a8cc544798
branches: trunk
changeset: 762192:76a8cc544798
user: jruoho <jruoho%NetBSD.org@localhost>
date: Thu Feb 17 10:59:31 2011 +0000
description:
__UNCONST(3).
diffstat:
sys/external/bsd/acpica/dist/dispatcher/dscontrol.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 90ec2bcbb2ef -r 76a8cc544798 sys/external/bsd/acpica/dist/dispatcher/dscontrol.c
--- a/sys/external/bsd/acpica/dist/dispatcher/dscontrol.c Thu Feb 17 10:49:29 2011 +0000
+++ b/sys/external/bsd/acpica/dist/dispatcher/dscontrol.c Thu Feb 17 10:59:31 2011 +0000
@@ -370,7 +370,7 @@
/* Call to the OSL in case OS wants a piece of the action */
Status = AcpiOsSignal (ACPI_SIGNAL_BREAKPOINT,
- "Executed AML Breakpoint opcode");
+ __UNCONST("Executed AML Breakpoint opcode"));
break;
Home |
Main Index |
Thread Index |
Old Index