summaryrefslogtreecommitdiff
path: root/japanese/mtools/files/patch-e
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/mtools/files/patch-e')
-rw-r--r--japanese/mtools/files/patch-e11
1 files changed, 0 insertions, 11 deletions
diff --git a/japanese/mtools/files/patch-e b/japanese/mtools/files/patch-e
deleted file mode 100644
index ebe960b99866..000000000000
--- a/japanese/mtools/files/patch-e
+++ /dev/null
@@ -1,11 +0,0 @@
---- floppyd.c~ Thu Jul 22 00:41:08 1999
-+++ floppyd.c Thu Jul 22 00:42:36 1999
-@@ -675,7 +675,7 @@
- /*
- * Ignore dead servers so no zombies should be left hanging.
- */
-- signal(SIGCLD, SIG_IGN);
-+ signal(SIGCHLD, SIG_IGN);
-
- for (;;) {
- int new_sock;