From f4b2c221c64457a36c9c4800109c691806bc8217 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 16 Jun 2002 09:00:41 +0000 Subject: Fix build on current. Submitted by: mike --- misc/fep/files/patch-fep_main.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/fep/files/patch-fep_main.c (limited to 'misc/fep/files') 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) -- cgit