aboutsummaryrefslogtreecommitdiff
path: root/misc/fep
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fep')
-rw-r--r--misc/fep/files/patch-fep_main.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/fep/files/patch-fep_main.c b/misc/fep/files/patch-fep_main.c
new file mode 100644
index 000000000000..fadf34ceae7c
--- /dev/null
+++ b/misc/fep/files/patch-fep_main.c
@@ -0,0 +1,11 @@
+--- 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)