diff options
Diffstat (limited to 'misc/ttyrec')
-rw-r--r-- | misc/ttyrec/files/patch-tyrec.c | 14 |
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; + |