--- 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; };