union wait is deprecated on any unix worth shit. don't use it. ever.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@116 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-12 17:24:14 +00:00
parent 1540973c6e
commit 9a272b46c6
1 changed files with 0 additions and 4 deletions

View File

@ -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;