freebsd-ports/misc/fep/files/patch-fep_main.c
Kris Kennaway 6c9bf19890 Fix build on current.
Submitted by:	mike
2002-06-16 09:00:41 +00:00

11 lines
250 B
C

--- 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)