Added patch from FreeBSD ports.
This commit is contained in:
parent
2578a8f6ba
commit
874fb0b5e2
|
|
@ -178,6 +178,8 @@ sigchild(void)
|
|||
|
||||
#if defined(__NetBSD__) || defined(SOLARIS)
|
||||
pid_t status;
|
||||
#elif defined(__FreeBSD__)
|
||||
int status;
|
||||
#else
|
||||
union wait status;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue