components/bash/patches/solaris-006.signames.c.patch
author Sharath M Srinivasan <sharath.srinivasan@oracle.com>
Sat, 13 Oct 2012 05:08:30 -0700
branchs11u1-sru
changeset 2385 b142cc36553d
parent 115 c360825c3a3f
permissions -rw-r--r--
7198889 with SRU12.1 all connections to my storage cells are lost

--- support/signames.c	2008-08-13 08:31:48.000000000 -0400
+++ support/signames.c	2009-08-15 16:40:01.729682000 -0400
@@ -212,6 +212,14 @@
   signal_names[SIGXRES] = "SIGXRES";
 #endif
 
+#if defined (SIGJVM1) /* Solaris Java Virtual Machine 1 */
+  signal_names[SIGJVM1] = "SIGJVM1";
+#endif
+
+#if defined (SIGJVM2) /* Solaris Java Virtual Machine 2 */
+  signal_names[SIGJVM2] = "SIGJVM2";
+#endif
+
 /* HP-UX */
 #if defined (SIGDIL)	/* DIL signal (?) */
   signal_names[SIGDIL] = "SIGDIL";