summaryrefslogtreecommitdiff
path: root/app-editors/ee/files/ee-signal.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/ee/files/ee-signal.patch')
-rw-r--r--app-editors/ee/files/ee-signal.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-editors/ee/files/ee-signal.patch b/app-editors/ee/files/ee-signal.patch
deleted file mode 100644
index 41cfa4013068..000000000000
--- a/app-editors/ee/files/ee-signal.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/ee.c
-+++ b/ee.c
-@@ -552,7 +552,7 @@
- {
- int counter;
-
-- for (counter = 1; counter < SIGUNUSED; counter++)
-+ for (counter = 1; counter < SIGSYS; counter++)
- signal(counter, SIG_IGN);
-
- signal(SIGCHLD, SIG_DFL);