diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-06-16 09:00:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-06-16 09:00:41 +0000 |
commit | 6c9bf19890592ec92ee1cdc144ef759aed6fa5be (patch) | |
tree | 4f4926c541602c47705117f356d3095deedf02b8 /misc | |
parent | Chase java/jdk11 repocopy. (diff) |
Fix build on current.
Submitted by: mike
Notes
Notes:
svn path=/head/; revision=61345
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fep/files/patch-fep_main.c | 11 |
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) |