Added patch from FreeBSD ports.

This commit is contained in:
pnenzi 2004-08-29 17:54:58 +00:00
parent 2578a8f6ba
commit 874fb0b5e2
1 changed files with 2 additions and 0 deletions

View File

@ -178,6 +178,8 @@ sigchild(void)
#if defined(__NetBSD__) || defined(SOLARIS)
pid_t status;
#elif defined(__FreeBSD__)
int status;
#else
union wait status;
#endif