Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 443800 | Differences between
and this patch

Collapse All | Expand All

(-)easyedit-1.5.2.orig/ee.c (-1 / +1 lines)
Lines 552-558 Link Here
552
{
552
{
553
	int counter;
553
	int counter;
554
554
555
	for (counter = 1; counter < SIGUNUSED; counter++)
555
	for (counter = 1; counter < 24; counter++)
556
		signal(counter, SIG_IGN);
556
		signal(counter, SIG_IGN);
557
557
558
	signal(SIGCHLD, SIG_DFL);
558
	signal(SIGCHLD, SIG_DFL);

Return to bug 443800