aboutsummaryrefslogtreecommitdiff
path: root/misc/ttyrec
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-06-16 09:18:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-06-16 09:18:43 +0000
commite40b1bb94254ee08d029b3a91386fcd4ac88c210 (patch)
tree6b1e35fa939a1aded02ae43815a1fee4076bfa87 /misc/ttyrec
parent6dcd5edfb967bb7d5f682868f2577297077ddb56 (diff)
downloadports-e40b1bb94254ee08d029b3a91386fcd4ac88c210.tar.gz
ports-e40b1bb94254ee08d029b3a91386fcd4ac88c210.zip
Fix build on current.
Submitted by: mike
Notes
Notes: svn path=/head/; revision=61349
Diffstat (limited to 'misc/ttyrec')
-rw-r--r--misc/ttyrec/files/patch-tyrec.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/ttyrec/files/patch-tyrec.c b/misc/ttyrec/files/patch-tyrec.c
new file mode 100644
index 000000000000..aa0ba715e199
--- /dev/null
+++ b/misc/ttyrec/files/patch-tyrec.c
@@ -0,0 +1,14 @@
+--- ttyrec.c.orig Tue Jun 4 21:52:00 2002
++++ ttyrec.c Tue Jun 4 21:52:12 2002
+@@ -202,11 +202,7 @@
+ void
+ finish()
+ {
+-#if defined(SVR4)
+ int status;
+-#else /* !SVR4 */
+- union wait status;
+-#endif /* !SVR4 */
+ register int pid;
+ register int die = 0;
+