freebsd-ports/misc/ttyrec/files/patch-ttyrec.c
Sunpoet Po-Chuan Hsieh cf06ce6af8 - Add LICENSE
- Convert to new options helper
- Cosmetic change
- Pet portlint: fix diff header of patch files
2015-10-15 20:19:58 +00:00

14 lines
234 B
C

--- ttyrec.c.orig 2002-06-04 21:52:00 UTC
+++ ttyrec.c
@@ -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;