summaryrefslogtreecommitdiff
path: root/misc/fep/files/patch-fep_main.c
blob: fadf34ceae7c4d93d71721d538edd3a73c530335 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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)