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)
|
#if defined(__NetBSD__) || defined(SOLARIS)
|
||||||
pid_t status;
|
pid_t status;
|
||||||
|
#elif defined(__FreeBSD__)
|
||||||
|
int status;
|
||||||
#else
|
#else
|
||||||
union wait status;
|
union wait status;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue