diff options
author | kris <kris@FreeBSD.org> | 2002-06-16 09:00:41 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-06-16 09:00:41 +0000 |
commit | f4b2c221c64457a36c9c4800109c691806bc8217 (patch) | |
tree | 16295afbbfc7d6584cb221968e4a089bcd1986ac /misc/fep/files | |
parent | fb21eb36174f011e80995d951abd0721c7f9d33b (diff) | |
download | FreeBSD-ports-f4b2c221c64457a36c9c4800109c691806bc8217.zip FreeBSD-ports-f4b2c221c64457a36c9c4800109c691806bc8217.tar.gz |
Fix build on current.
Submitted by: mike
Diffstat (limited to 'misc/fep/files')
-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 0000000..fadf34c --- /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) |