Disabled special processing of KILL signals that are passed to pm by the kernel

This commit is contained in:
Philip Homburg 2006-03-15 11:35:53 +00:00
parent 57ed4b2bf7
commit 454dc8a180

View File

@ -274,8 +274,10 @@ sigset_t sig_map;
case SIGQUIT:
case SIGWINCH:
id = 0; break; /* broadcast to process group */
#if 0
case SIGKILL:
id = -1; break; /* broadcast to all except INIT */
#endif
default:
id = proc_id;
break;