]> skyeroc.xyz Git - dgamelaunch/commitdiff
union wait is deprecated on any unix worth shit. don't use it. ever.
authorJoshua Kwan <joshk@triplehelix.org>
Mon, 12 Jan 2004 17:24:14 +0000 (17:24 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Mon, 12 Jan 2004 17:24:14 +0000 (17:24 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@116 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

ttyrec.c

index f2c50692cd151b4caab9d5183a4101fa375cafee..9407c5f2b123ed8f0c32872b6c15f42087fb5977 100644 (file)
--- a/ttyrec.c
+++ b/ttyrec.c
@@ -173,11 +173,7 @@ doinput ()
 void
 finish ()
 {
-#if defined(SVR4)
   int status;
-#else /* !SVR4 */
-  union wait status;
-#endif /* !SVR4 */
   register int pid;
   register int die = 0;