mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
- 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)
14 lines
260 B
C
14 lines
260 B
C
--- 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;
|
|
|