summaryrefslogtreecommitdiff
path: root/misc/fep/files/patch-fep_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fep/files/patch-fep_main.c')
-rw-r--r--misc/fep/files/patch-fep_main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/fep/files/patch-fep_main.c b/misc/fep/files/patch-fep_main.c
deleted file mode 100644
index fadf34ceae7c..000000000000
--- a/misc/fep/files/patch-fep_main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- fep_main.c Tue Jun 4 22:01:30 2002
-+++ fep_main.c Tue Jun 4 22:01:53 2002
-@@ -638,7 +638,7 @@
-
- catchsig()
- {
-- union wait status;
-+ int status;
- struct rusage ru;
-
- if (wait3 (&status, WNOHANG | WUNTRACED, &ru) != child_pid)