hotspot/src/os/linux/vm/jvm_linux.cpp
changeset 745 47129a5cacd3
parent 1 489c9b5090e2
child 5547 f4b087cbb361
--- a/hotspot/src/os/linux/vm/jvm_linux.cpp	Tue Jun 10 16:39:20 2008 -0700
+++ b/hotspot/src/os/linux/vm/jvm_linux.cpp	Tue Jun 17 09:59:59 2008 -0700
@@ -132,7 +132,7 @@
 */
 
 struct siglabel {
-  char *name;
+  const char *name;
   int   number;
 };