diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-09-13 16:10:36 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-09-13 16:10:36 +0000 |
commit | 5bdbe50dbfb75a1f46e35800342366fc15a001b5 (patch) | |
tree | a27dd3b6b0d025d4f51d54029b8f1de1b9ab7e00 /misc/ttyrec/files/patch-ttyrec.c | |
parent | - Update to 9.7.54. (diff) |
- Pass maintainership to submitter.
- Reworked Makefile to move small pkg-plist to PLIST_FILES.
- Bump PORTREVISION.
PR: ports/116121
Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
Approved by: stas (mentor)
Notes
Notes:
svn path=/head/; revision=199408
Diffstat (limited to 'misc/ttyrec/files/patch-ttyrec.c')
-rw-r--r-- | misc/ttyrec/files/patch-ttyrec.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/ttyrec/files/patch-ttyrec.c b/misc/ttyrec/files/patch-ttyrec.c new file mode 100644 index 000000000000..aa0ba715e199 --- /dev/null +++ b/misc/ttyrec/files/patch-ttyrec.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; + |