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/debugger More __UNCONST(3).



details:   https://anonhg.NetBSD.org/src/rev/c35e8e61e8e2
branches:  trunk
changeset: 766586:c35e8e61e8e2
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Jun 28 09:27:49 2011 +0000

description:
More __UNCONST(3).

diffstat:

 sys/external/bsd/acpica/dist/debugger/dbdisply.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r a17193c492b5 -r c35e8e61e8e2 sys/external/bsd/acpica/dist/debugger/dbdisply.c
--- a/sys/external/bsd/acpica/dist/debugger/dbdisply.c  Tue Jun 28 09:27:39 2011 +0000
+++ b/sys/external/bsd/acpica/dist/debugger/dbdisply.c  Tue Jun 28 09:27:49 2011 +0000
@@ -105,11 +105,11 @@
 
 static ACPI_HANDLER_INFO    AcpiGbl_HandlerList[] =
 {
-    {&AcpiGbl_SystemNotify.Handler,     "System Notifications"},
-    {&AcpiGbl_DeviceNotify.Handler,     "Device Notifications"},
-    {&AcpiGbl_TableHandler,             "ACPI Table Events"},
-    {&AcpiGbl_ExceptionHandler,         "Control Method Exceptions"},
-    {&AcpiGbl_InterfaceHandler,         "OSI Invocations"}
+    {&AcpiGbl_SystemNotify.Handler,    __UNCONST("System Notifications")},
+    {&AcpiGbl_DeviceNotify.Handler,    __UNCONST("Device Notifications")},
+    {&AcpiGbl_TableHandler,            __UNCONST("ACPI Table Events")},
+    {&AcpiGbl_ExceptionHandler,        __UNCONST("Control Method Exceptions")},
+    {&AcpiGbl_InterfaceHandler,        __UNCONST("OSI Invocations")}
 };
 
 



Home | Main Index | Thread Index | Old Index