summaryrefslogtreecommitdiffstats
path: root/misc/fep/files
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-06-16 09:00:41 +0000
committerkris <kris@FreeBSD.org>2002-06-16 09:00:41 +0000
commitf4b2c221c64457a36c9c4800109c691806bc8217 (patch)
tree16295afbbfc7d6584cb221968e4a089bcd1986ac /misc/fep/files
parentfb21eb36174f011e80995d951abd0721c7f9d33b (diff)
downloadFreeBSD-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.c11
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)
OpenPOWER on IntegriCloud